Home
last modified time | relevance | path

Searched refs:__jfs_setxattr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/jfs/
Djfs_xattr.h55 extern int __jfs_setxattr(tid_t, struct inode *, const char *, const void *,
Dxattr.c697 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr() function
875 rc = __jfs_setxattr(tid, d_inode(dentry), name, value, value_len, in jfs_setxattr()
1050 rc = __jfs_setxattr(tid, d_inode(dentry), name, NULL, 0, XATTR_REPLACE); in jfs_removexattr()
1091 err = __jfs_setxattr(*tid, inode, name, in jfs_initxattrs()
Dacl.c112 rc = __jfs_setxattr(tid, inode, ea_name, value, size, 0); in __jfs_set_acl()