Searched refs:ocfs2_xattr_set (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.h | 40 int ocfs2_xattr_set(struct inode *, int, const char *, const void *,
|
H A D | acl.c | 256 ret = ocfs2_xattr_set(inode, name_index, "", value, size, 0); in ocfs2_set_acl()
|
H A D | xattr.c | 3521 * ocfs2_xattr_set() 3527 int ocfs2_xattr_set(struct inode *inode, in ocfs2_xattr_set() function 7209 * It uses common api like ocfs2_xattr_set, so the caller 7256 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_xattr_security_set() 7279 err = ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_initxattrs() 7350 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_TRUSTED, in ocfs2_xattr_trusted_set() 7385 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_USER, in ocfs2_xattr_user_set()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.h | 38 int ocfs2_xattr_set(struct inode *, int, const char *, const void *,
|
H A D | acl.c | 254 ret = ocfs2_xattr_set(inode, name_index, "", value, size, 0); in ocfs2_set_acl()
|
H A D | xattr.c | 3515 * ocfs2_xattr_set() 3521 int ocfs2_xattr_set(struct inode *inode, in ocfs2_xattr_set() function 7203 * It uses common api like ocfs2_xattr_set, so the caller 7251 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_xattr_security_set() 7274 err = ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_initxattrs() 7346 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_TRUSTED, in ocfs2_xattr_trusted_set() 7382 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_USER, in ocfs2_xattr_user_set()
|
Completed in 20 milliseconds