Searched refs:__jfs_setxattr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_xattr.h | 44 extern int __jfs_setxattr(tid_t, struct inode *, const char *, const void *,
|
H A D | acl.c | 87 rc = __jfs_setxattr(tid, inode, ea_name, value, size, 0); in __jfs_set_acl()
|
H A D | xattr.c | 659 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr() function 936 rc = __jfs_setxattr(tid, inode, name, value, size, flags); in __jfs_xattr_set() 1035 err = __jfs_setxattr(*tid, inode, name, in jfs_initxattrs()
|