Home
last modified time | relevance | path

Searched refs:NFSD4_COPY_F_INTRA (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dxdr4.h692 #define NFSD4_COPY_F_INTRA (1) macro
744 return !test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags); in nfsd4_ssc_is_inter()
H A Dtrace.h2191 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2250 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2292 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
H A Dnfs4xdr.c2053 __set_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags); in nfsd4_decode_copy()