Home
last modified time | relevance | path

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

/fs/
Ddax.c362 bool trunc) in dax_disassociate_entry() argument
372 WARN_ON_ONCE(trunc && page_ref_count(page) > 1); in dax_disassociate_entry()
660 pgoff_t index, bool trunc) in __dax_invalidate_entry() argument
670 if (!trunc && in __dax_invalidate_entry()
674 dax_disassociate_entry(entry, mapping, trunc); in __dax_invalidate_entry()
/fs/ocfs2/
Dalloc.h221 unsigned int start, unsigned int end, int trunc);
Dalloc.c7372 unsigned int start, unsigned int end, int trunc) in ocfs2_truncate_inline() argument
7426 if (trunc) { in ocfs2_truncate_inline()
/fs/fuse/
Ddir.c732 bool trunc = flags & O_TRUNC; in fuse_create_open() local
771 if (fm->fc->handle_killpriv_v2 && trunc && in fuse_create_open()
834 if (fm->fc->atomic_o_trunc && trunc) in fuse_create_open()
/fs/ceph/
Dcaps.c3793 struct ceph_mds_caps *trunc, in handle_cap_trunc() argument
3798 int seq = le32_to_cpu(trunc->seq); in handle_cap_trunc()
3799 u32 truncate_seq = le32_to_cpu(trunc->truncate_seq); in handle_cap_trunc()
3800 u64 truncate_size = le64_to_cpu(trunc->truncate_size); in handle_cap_trunc()
3801 u64 size = le64_to_cpu(trunc->size); in handle_cap_trunc()