Home
last modified time | relevance | path

Searched refs:btrfs_setxattr (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dxattr.h15 int btrfs_setxattr(struct btrfs_trans_handle *trans,
Dprops.c106 ret = btrfs_setxattr(trans, inode, handler->xattr_name, in __btrfs_set_prop()
120 ret = btrfs_setxattr(trans, inode, handler->xattr_name, in __btrfs_set_prop()
126 btrfs_setxattr(trans, inode, handler->xattr_name, in __btrfs_set_prop()
Dxattr.c223 int btrfs_setxattr(struct btrfs_trans_handle *trans, in btrfs_setxattr() function
376 return btrfs_setxattr(NULL, inode, name, buffer, size, flags); in btrfs_xattr_handler_set()
447 err = btrfs_setxattr(trans, inode, name, xattr->value, in btrfs_initxattrs()
Dacl.c96 ret = btrfs_setxattr(trans, inode, name, value, size, 0); in __btrfs_set_acl()