Searched refs:ocfs2_xattr_set (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | xattr.h | 38 int ocfs2_xattr_set(struct inode *, int, const char *, const void *,
|
| H A D | acl.c | 255 ret = ocfs2_xattr_set(inode, name_index, "", value, size, 0); in ocfs2_set_acl()
|
| H A D | xattr.c | 3560 int ocfs2_xattr_set(struct inode *inode, in ocfs2_xattr_set() function 7276 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_xattr_security_set() 7299 err = ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_SECURITY, in ocfs2_initxattrs() 7371 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_TRUSTED, in ocfs2_xattr_trusted_set() 7407 return ocfs2_xattr_set(inode, OCFS2_XATTR_INDEX_USER, in ocfs2_xattr_user_set()
|