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

/linux-master/fs/btrfs/
H A Dinode.c3699 int *first_xattr_slot)
3715 *first_xattr_slot = -1;
3725 if (*first_xattr_slot == -1)
3726 *first_xattr_slot = slot;
3755 if (*first_xattr_slot == -1)
3756 *first_xattr_slot = slot;
3777 int first_xattr_slot; local
3918 btrfs_ino(BTRFS_I(inode)), &first_xattr_slot);
3919 if (first_xattr_slot != -1) {
3920 path->slots[0] = first_xattr_slot;
3697 acls_after_inode_item(struct extent_buffer *leaf, int slot, u64 objectid, int *first_xattr_slot) argument
[all...]

Completed in 95 milliseconds