Searched refs:ocfs2_xattr_set (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 3527 int ocfs2_xattr_set(struct inode *inode, in ocfs2_xattr_set() function 7257 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_xattr_security_set() 7268 err = ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_initxattrs() 7330 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_TRUSTED, in ocfs2_xattr_trusted_set() 7366 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_USER, in ocfs2_xattr_user_set()
|