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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dinode-map.c64 if (unlikely(root->highest_objectid < BTRFS_FIRST_FREE_OBJECTID)) {
65 ret = btrfs_find_highest_inode(root, &root->highest_objectid);
70 if (unlikely(root->highest_objectid >= BTRFS_LAST_FREE_OBJECTID)) {
75 *objectid = ++root->highest_objectid;
H A Ddisk-io.c916 root->highest_objectid = 0;
H A Dctree.h1068 u64 highest_objectid; member in struct:btrfs_root

Completed in 100 milliseconds