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

/linux-master/fs/btrfs/
H A Dxattr.h19 int btrfs_setxattr(struct btrfs_trans_handle *trans, struct inode *inode,
H A Dprops.c119 ret = btrfs_setxattr(trans, inode, handler->xattr_name,
130 ret = btrfs_setxattr(trans, inode, handler->xattr_name, value,
136 btrfs_setxattr(trans, inode, handler->xattr_name, NULL,
439 ret = btrfs_setxattr(trans, inode, h->xattr_name, value,
444 btrfs_setxattr(trans, inode, h->xattr_name,
H A Dacl.c99 ret = btrfs_setxattr(trans, inode, name, value, size, 0);
H A Dxattr.c83 int btrfs_setxattr(struct btrfs_trans_handle *trans, struct inode *inode, function
262 ret = btrfs_setxattr(trans, inode, name, value, size, flags);
527 err = btrfs_setxattr(trans, inode, name, xattr->value,

Completed in 243 milliseconds