Home
last modified time | relevance | path

Searched refs:OCFS2_HAS_REFCOUNT_FL (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dinode.h173 return (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL); in ocfs2_is_refcount_inode()
H A Docfs2_fs.h238 #define OCFS2_HAS_REFCOUNT_FL (0x0010) macro
H A Dinode.c927 if (di->i_dyn_features & cpu_to_le16(OCFS2_HAS_REFCOUNT_FL)) { in ocfs2_query_inode_wipe()
H A Drefcounttree.c641 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_create_refcount_tree()
741 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_set_refcount_tree()
837 oi->ip_dyn_features &= ~OCFS2_HAS_REFCOUNT_FL; in ocfs2_remove_refcount_tree()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dinode.h171 return (OCFS2_I(inode)->ip_dyn_features & OCFS2_HAS_REFCOUNT_FL); in ocfs2_is_refcount_inode()
H A Docfs2_fs.h236 #define OCFS2_HAS_REFCOUNT_FL (0x0010) macro
H A Dinode.c925 if (di->i_dyn_features & cpu_to_le16(OCFS2_HAS_REFCOUNT_FL)) { in ocfs2_query_inode_wipe()
H A Drefcounttree.c639 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_create_refcount_tree()
739 oi->ip_dyn_features |= OCFS2_HAS_REFCOUNT_FL; in ocfs2_set_refcount_tree()
835 oi->ip_dyn_features &= ~OCFS2_HAS_REFCOUNT_FL; in ocfs2_remove_refcount_tree()

Completed in 21 milliseconds