Searched refs:btrfs_getxattr (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dxattr.h17 int btrfs_getxattr(struct inode *inode, const char *name,
H A Dacl.c39 size = btrfs_getxattr(inode, name, NULL, 0);
44 size = btrfs_getxattr(inode, name, value, size);
H A Dxattr.c27 int btrfs_getxattr(struct inode *inode, const char *name, function
369 return btrfs_getxattr(inode, name, buffer, size);
408 ret = btrfs_getxattr(inode, name, buffer, size);

Completed in 98 milliseconds