Home
last modified time | relevance | path

Searched refs:cp_flags (Results 1 – 5 of 5) sorted by relevance

/fs/nfsd/
A Dxdr4.h694 unsigned long cp_flags; member
731 set_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_set_sync()
733 clear_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_set_sync()
738 return test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_is_sync()
743 return !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_is_async()
748 return !test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags); in nfsd4_ssc_is_inter()
A Dnfs4proc.c1328 if (!test_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_flags) && in nfsd4_has_active_async_copies()
1329 !test_bit(NFSD4_COPY_F_STOPPED, &copy->cp_flags)) { in nfsd4_has_active_async_copies()
1355 if (test_bit(NFSD4_COPY_F_OFFLOAD_DONE, &copy->cp_flags)) { in nfsd4_async_copy_reaper()
1387 set_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_flags); in nfsd4_stop_copy()
1704 set_bit(NFSD4_COPY_F_OFFLOAD_DONE, &copy->cp_flags); in nfsd4_cb_offload_release()
1734 test_bit(NFSD4_COPY_F_COMMITTED, &copy->cp_flags) ? in nfsd4_init_copy_res()
1775 set_bit(NFSD4_COPY_F_COMMITTED, &copy->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, &copy->cp_flags); in nfsd4_do_async_copy()
1903 set_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_flags); in nfsd4_do_async_copy()
[all …]
A Dtrace.h2189 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2190 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags);
2248 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2249 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags);
2290 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2291 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags);
A Dnfs4xdr.c2053 __set_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags); in nfsd4_decode_copy()
/fs/nilfs2/
A Dcpfile.c558 ci->ci_flags = le32_to_cpu(cp->cp_flags); in nilfs_cpfile_checkpoint_to_cpinfo()

Completed in 34 milliseconds