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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.h45 __u64 min_objectid; member in struct:btrfs_ioctl_search_key
H A Dioctl.c897 test.objectid = sk->min_objectid;
1034 key.objectid = sk->min_objectid;
H A Dctree.c4472 * searching until it gets past min_objectid or finds an item of 'type'
4477 struct btrfs_path *path, u64 min_objectid,
4502 if (found_key.objectid < min_objectid)
4506 if (found_key.objectid == min_objectid &&
4476 btrfs_previous_item(struct btrfs_root *root, struct btrfs_path *path, u64 min_objectid, int type) argument
H A Dctree.h2123 struct btrfs_path *path, u64 min_objectid,

Completed in 92 milliseconds