Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Ddax.c376 bool trunc) in dax_disassociate_entry() argument
386 WARN_ON_ONCE(trunc && page_ref_count(page) > 1); in dax_disassociate_entry()
716 pgoff_t index, bool trunc) in __dax_invalidate_mapping_entry() argument
726 if (!trunc && in __dax_invalidate_mapping_entry()
730 dax_disassociate_entry(entry, mapping, trunc); in __dax_invalidate_mapping_entry()
/linux-4.19.296/fs/ocfs2/
Dalloc.h237 unsigned int start, unsigned int end, int trunc);
Dalloc.c7375 unsigned int start, unsigned int end, int trunc) in ocfs2_truncate_inline() argument
7429 if (trunc) { in ocfs2_truncate_inline()
/linux-4.19.296/drivers/char/ipmi/
Dipmi_devintf.c202 bool trunc, struct ipmi_recv *rsp, in handle_recv() argument
254 if (trunc) in handle_recv()
/linux-4.19.296/fs/ceph/
Dcaps.c3520 struct ceph_mds_caps *trunc, in handle_cap_trunc() argument
3526 int seq = le32_to_cpu(trunc->seq); in handle_cap_trunc()
3527 u32 truncate_seq = le32_to_cpu(trunc->truncate_seq); in handle_cap_trunc()
3528 u64 truncate_size = le64_to_cpu(trunc->truncate_size); in handle_cap_trunc()
3529 u64 size = le64_to_cpu(trunc->size); in handle_cap_trunc()