Home
last modified time | relevance | path

Searched refs:OCFS2_XATTR_INDEX_SECURITY (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Dxattr.h29 OCFS2_XATTR_INDEX_SECURITY, enumerator
Dxattr.c116 [OCFS2_XATTR_INDEX_SECURITY] = &ocfs2_xattr_security_handler,
7111 return type != OCFS2_XATTR_INDEX_SECURITY && in ocfs2_reflink_xattr_no_security()
7250 return ocfs2_xattr_get(d_inode(dentry), OCFS2_XATTR_INDEX_SECURITY, in ocfs2_xattr_security_get()
7261 return ocfs2_xattr_set(d_inode(dentry), OCFS2_XATTR_INDEX_SECURITY, in ocfs2_xattr_security_set()
7272 err = ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_initxattrs()
7306 OCFS2_XATTR_INDEX_SECURITY, in ocfs2_init_security_set()