Searched refs:objectid (Results 1 - 25 of 75) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dinode-map.c23 int btrfs_find_highest_inode(struct btrfs_root *root, u64 *objectid) argument
35 search_key.objectid = BTRFS_LAST_FREE_OBJECTID;
46 *objectid = max_t(u64, found_key.objectid,
49 *objectid = BTRFS_FIRST_FREE_OBJECTID - 1;
59 u64 dirid, u64 *objectid)
75 *objectid = ++root->highest_objectid;
57 btrfs_find_free_objectid(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 dirid, u64 *objectid) argument
H A Dexport.c31 fid->objectid = inode->i_ino;
32 fid->root_objectid = BTRFS_I(inode)->root->objectid;
42 fid->parent_objectid = BTRFS_I(parent)->location.objectid;
44 parent_root_id = BTRFS_I(parent)->root->objectid;
62 static struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid, argument
74 if (objectid < BTRFS_FIRST_FREE_OBJECTID)
77 key.objectid = root_objectid;
94 key.objectid = objectid;
124 u64 objectid, root_objecti local
148 u64 objectid, root_objectid; local
[all...]
H A Dexport.h9 u64 objectid; member in struct:btrfs_fid
H A Droot-tree.c25 * search forward for a root, starting with objectid 'search_start'
26 * if a root key is found, the objectid we find is filled into 'found_objectid'
38 search_key.objectid = search_start;
64 *found_objectid = search_key.objectid;
72 * lookup the root with the highest offset for a given objectid. The key we do
76 int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, argument
86 search_key.objectid = objectid;
104 if (found_key.objectid != objectid ||
181 btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid) argument
[all...]
H A Dorphan.c29 key.objectid = BTRFS_ORPHAN_OBJECTID;
50 key.objectid = BTRFS_ORPHAN_OBJECTID;
75 key.objectid = BTRFS_ORPHAN_OBJECTID;
H A Dtree-defrag.c72 if (root->defrag_progress.objectid == 0) {
79 root->defrag_max.objectid = 0;
132 if (root->defrag_max.objectid > root->defrag_progress.objectid)
H A Dinode-item.c65 key.objectid = inode_objectid;
95 key.objectid = inode_objectid;
151 key.objectid = inode_objectid;
199 struct btrfs_path *path, u64 objectid)
203 key.objectid = objectid;
229 if (found_key.objectid == location->objectid &&
197 btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) argument
H A Dtree-log.c99 struct btrfs_path *path, u64 objectid);
319 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID)
444 u64 objectid)
449 key.objectid = objectid;
505 inode = read_one_inode(root, key->objectid);
567 ins.objectid = btrfs_file_extent_disk_bytenr(eb, item);
572 if (ins.objectid > 0) {
580 ret = btrfs_lookup_extent(root, ins.objectid,
584 ins.objectid, in
443 read_one_inode(struct btrfs_root *root, u64 objectid) argument
690 inode_in_dir(struct btrfs_root *root, struct btrfs_path *path, u64 dirid, u64 objectid, u64 index, const char *name, int name_len) argument
1085 link_to_fixup_dir(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) argument
2551 drop_objectid_items(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, u64 objectid, int max_key_type) argument
[all...]
H A Ddir-item.c72 struct btrfs_path *path, u64 objectid,
86 key.objectid = objectid;
115 * both indexes. 'dir' indicates which objectid to insert it into,
134 key.objectid = dir;
198 * lookup a directory item based on name. 'dir' is the objectid
215 key.objectid = dir;
232 if (found_key.objectid != dir ||
241 * lookup a directory item based on index. 'dir' is the objectid
252 u64 objectid, cons
70 btrfs_insert_xattr_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid, const char *name, u16 name_len, const void *data, u16 data_len) argument
249 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, u64 objectid, const char *name, int name_len, int mod) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dinode-map.c23 int btrfs_find_highest_inode(struct btrfs_root *root, u64 *objectid) argument
35 search_key.objectid = BTRFS_LAST_FREE_OBJECTID;
46 *objectid = max_t(u64, found_key.objectid,
49 *objectid = BTRFS_FIRST_FREE_OBJECTID - 1;
59 u64 dirid, u64 *objectid)
75 *objectid = ++root->highest_objectid;
57 btrfs_find_free_objectid(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 dirid, u64 *objectid) argument
H A Dexport.c31 fid->objectid = inode->i_ino;
32 fid->root_objectid = BTRFS_I(inode)->root->objectid;
42 fid->parent_objectid = BTRFS_I(parent)->location.objectid;
44 parent_root_id = BTRFS_I(parent)->root->objectid;
62 static struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid, argument
74 if (objectid < BTRFS_FIRST_FREE_OBJECTID)
77 key.objectid = root_objectid;
94 key.objectid = objectid;
124 u64 objectid, root_objecti local
148 u64 objectid, root_objectid; local
[all...]
H A Dexport.h9 u64 objectid; member in struct:btrfs_fid
H A Droot-tree.c25 * search forward for a root, starting with objectid 'search_start'
26 * if a root key is found, the objectid we find is filled into 'found_objectid'
38 search_key.objectid = search_start;
64 *found_objectid = search_key.objectid;
72 * lookup the root with the highest offset for a given objectid. The key we do
76 int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, argument
86 search_key.objectid = objectid;
104 if (found_key.objectid != objectid ||
181 btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid) argument
[all...]
H A Dorphan.c29 key.objectid = BTRFS_ORPHAN_OBJECTID;
50 key.objectid = BTRFS_ORPHAN_OBJECTID;
75 key.objectid = BTRFS_ORPHAN_OBJECTID;
H A Dtree-defrag.c72 if (root->defrag_progress.objectid == 0) {
79 root->defrag_max.objectid = 0;
132 if (root->defrag_max.objectid > root->defrag_progress.objectid)
H A Dinode-item.c65 key.objectid = inode_objectid;
95 key.objectid = inode_objectid;
151 key.objectid = inode_objectid;
199 struct btrfs_path *path, u64 objectid)
203 key.objectid = objectid;
229 if (found_key.objectid == location->objectid &&
197 btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) argument
H A Dtree-log.c99 struct btrfs_path *path, u64 objectid);
319 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID)
444 u64 objectid)
449 key.objectid = objectid;
505 inode = read_one_inode(root, key->objectid);
567 ins.objectid = btrfs_file_extent_disk_bytenr(eb, item);
572 if (ins.objectid > 0) {
580 ret = btrfs_lookup_extent(root, ins.objectid,
584 ins.objectid, in
443 read_one_inode(struct btrfs_root *root, u64 objectid) argument
690 inode_in_dir(struct btrfs_root *root, struct btrfs_path *path, u64 dirid, u64 objectid, u64 index, const char *name, int name_len) argument
1085 link_to_fixup_dir(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) argument
2551 drop_objectid_items(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, u64 objectid, int max_key_type) argument
[all...]
H A Ddir-item.c72 struct btrfs_path *path, u64 objectid,
86 key.objectid = objectid;
115 * both indexes. 'dir' indicates which objectid to insert it into,
134 key.objectid = dir;
198 * lookup a directory item based on name. 'dir' is the objectid
215 key.objectid = dir;
232 if (found_key.objectid != dir ||
241 * lookup a directory item based on index. 'dir' is the objectid
252 u64 objectid, cons
70 btrfs_insert_xattr_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid, const char *name, u16 name_len, const void *data, u16 data_len) argument
249 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, u64 objectid, const char *name, int name_len, int mod) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dcontainers.h22 const char **objectid; member in struct:magic_container_s
H A Dcontainers.c130 if (magic_containers[i].objectid && !(*magic_containers[i].objectid))
159 if (magic_containers[i].objectid && !(*magic_containers[i].objectid))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dcontainers.h22 const char **objectid; member in struct:magic_container_s
H A Dcontainers.c130 if (magic_containers[i].objectid && !(*magic_containers[i].objectid))
159 if (magic_containers[i].objectid && !(*magic_containers[i].objectid))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dcontainers.h22 const char **objectid; member in struct:magic_container_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/oprofile/cell/
H A Dpr_util.h86 unsigned long objectid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dpr_util.h86 unsigned long objectid);

Completed in 146 milliseconds

123