Searched refs:cp_flags (Results 1 – 5 of 5) sorted by relevance
| /fs/nfsd/ |
| A D | xdr4.h | 694 unsigned long cp_flags; member 731 set_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_set_sync() 733 clear_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_set_sync() 738 return test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_is_sync() 743 return !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_is_async() 748 return !test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); in nfsd4_ssc_is_inter()
|
| A D | nfs4proc.c | 1328 if (!test_bit(NFSD4_COPY_F_COMPLETED, ©->cp_flags) && in nfsd4_has_active_async_copies() 1329 !test_bit(NFSD4_COPY_F_STOPPED, ©->cp_flags)) { in nfsd4_has_active_async_copies() 1355 if (test_bit(NFSD4_COPY_F_OFFLOAD_DONE, ©->cp_flags)) { in nfsd4_async_copy_reaper() 1387 set_bit(NFSD4_COPY_F_COMPLETED, ©->cp_flags); in nfsd4_stop_copy() 1704 set_bit(NFSD4_COPY_F_OFFLOAD_DONE, ©->cp_flags); in nfsd4_cb_offload_release() 1734 test_bit(NFSD4_COPY_F_COMMITTED, ©->cp_flags) ? in nfsd4_init_copy_res() 1775 set_bit(NFSD4_COPY_F_COMMITTED, ©->cp_flags); in _nfsd_copy_file_range() 1806 dst->cp_flags = src->cp_flags; in dup_copy_fields() 1901 set_bit(NFSD4_COPY_F_STOPPED, ©->cp_flags); in nfsd4_do_async_copy() 1903 set_bit(NFSD4_COPY_F_COMPLETED, ©->cp_flags); in nfsd4_do_async_copy() [all …]
|
| A D | trace.h | 2189 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2190 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2248 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2249 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2290 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2291 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags);
|
| A D | nfs4xdr.c | 2053 __set_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); in nfsd4_decode_copy()
|
| /fs/nilfs2/ |
| A D | cpfile.c | 558 ci->ci_flags = le32_to_cpu(cp->cp_flags); in nilfs_cpfile_checkpoint_to_cpinfo()
|
Completed in 34 milliseconds