Searched refs:ino (Results 51 - 75 of 429) sorted by path

1234567891011>>

/linux-master/fs/bcachefs/
H A Dfs.c866 stat->ino = inode->v.i_ino;
/linux-master/fs/befs/
H A Dlinuxvfs.c298 static struct inode *befs_iget(struct super_block *sb, unsigned long ino) argument
306 befs_debug(sb, "---> %s inode = %lu", __func__, ino);
308 inode = iget_locked(sb, ino);
639 static struct inode *befs_nfs_get_inode(struct super_block *sb, uint64_t ino, argument
643 return befs_iget(sb, ino);
/linux-master/fs/bfs/
H A Ddir.c24 static int bfs_add_entry(struct inode *dir, const struct qstr *child, int ino);
54 if (de->ino) {
57 le16_to_cpu(de->ino),
85 unsigned long ino; local
91 ino = find_first_zero_bit(info->si_imap, info->si_lasti + 1);
92 if (ino > info->si_lasti) {
97 set_bit(ino, info->si_imap);
105 inode->i_ino = ino;
106 BFS_I(inode)->i_dsk_ino = ino;
139 unsigned long ino local
267 bfs_add_entry(struct inode *dir, const struct qstr *child, int ino) argument
[all...]
H A Dinode.c34 struct inode *bfs_iget(struct super_block *sb, unsigned long ino) argument
41 inode = iget_locked(sb, ino);
47 if ((ino < BFS_ROOT_INO) || (ino > BFS_SB(inode->i_sb)->si_lasti)) {
48 printf("Bad inode number %s:%08lx\n", inode->i_sb->s_id, ino);
52 block = (ino - BFS_ROOT_INO) / BFS_INODES_PER_BLOCK + 1;
56 ino);
60 off = (ino - BFS_ROOT_INO) % BFS_INODES_PER_BLOCK;
96 static struct bfs_inode *find_inode(struct super_block *sb, u16 ino, struct buffer_head **p) argument
98 if ((ino < BFS_ROOT_IN
117 unsigned int ino = (u16)inode->i_ino; local
162 unsigned long ino = inode->i_ino; local
[all...]
/linux-master/fs/btrfs/
H A Dbackref.h145 bool (*skip_data_ref)(u64 root, u64 ino, u64 offset, void *user_ctx);
H A Dbio.c784 int btrfs_repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 start, argument
827 "read error corrected: ino %llu off %llu (dev %s sector %llu)",
828 ino, start, btrfs_dev_name(smap.dev),
H A Dbio.h109 int btrfs_repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 start,
H A Dbtrfs_inode.h324 u64 ino = inode->location.objectid; local
328 ino = inode->vfs_inode.i_ino;
329 return ino;
508 struct inode *btrfs_iget_path(struct super_block *s, u64 ino,
510 struct inode *btrfs_iget(struct super_block *s, u64 ino, struct btrfs_root *root);
H A Ddefrag.c28 u64 ino; member in struct:inode_defrag
55 else if (defrag1->ino > defrag2->ino)
57 else if (defrag1->ino < defrag2->ino)
148 defrag->ino = btrfs_ino(inode);
175 struct btrfs_fs_info *fs_info, u64 root, u64 ino)
183 tmp.ino = ino;
258 inode = btrfs_iget(fs_info->sb, defrag->ino, inode_roo
174 btrfs_pick_defrag_inode( struct btrfs_fs_info *fs_info, u64 root, u64 ino) argument
633 u64 ino = btrfs_ino(inode); local
[all...]
H A Ddelayed-inode.c71 u64 ino = btrfs_ino(btrfs_inode); local
81 node = xa_load(&root->delayed_nodes, ino);
128 u64 ino = btrfs_ino(btrfs_inode); local
140 btrfs_init_delayed_node(node, root, ino);
146 ret = xa_reserve(&root->delayed_nodes, ino, GFP_NOFS);
152 ptr = xa_load(&root->delayed_nodes, ino);
160 ptr = xa_store(&root->delayed_nodes, ino, node, GFP_ATOMIC);
850 const u64 ino = item->delayed_node->inode_id; local
889 if (key.objectid != ino ||
909 trace_btrfs_space_reservation(fs_info, "delayed_item", ino,
[all...]
H A Ddelayed-ref.c1008 void btrfs_init_data_ref(struct btrfs_ref *generic_ref, u64 ino, u64 offset, argument
1015 generic_ref->data_ref.objectid = ino;
H A Ddelayed-ref.h317 void btrfs_init_data_ref(struct btrfs_ref *generic_ref, u64 ino, u64 offset,
H A Dexport.c234 u64 ino; local
239 ino = btrfs_ino(BTRFS_I(inode));
245 if (ino == BTRFS_FIRST_FREE_OBJECTID) {
251 key.objectid = ino;
261 if (ino == BTRFS_FIRST_FREE_OBJECTID) {
270 if (ino == BTRFS_FIRST_FREE_OBJECTID) {
H A Dextent_io.c2836 const u64 ino = btrfs_ino(inode); local
2843 key.objectid = ino;
2853 if (key.objectid == ino && key.type == BTRFS_EXTENT_DATA_KEY)
2863 if (key.objectid != ino || key.type != BTRFS_EXTENT_DATA_KEY)
3022 const u64 ino = btrfs_ino(inode); local
3034 ret = btrfs_lookup_file_extent(NULL, root, path, ino, (u64)-1, 0);
3050 if (key.objectid != ino || key.type != BTRFS_EXTENT_DATA_KEY) {
3076 ret = btrfs_previous_item(root, path, ino, BTRFS_EXTENT_DATA_KEY);
3097 const u64 ino = btrfs_ino(inode); local
3161 if (key.objectid != ino || ke
[all...]
H A Dfile.c211 u64 ino = btrfs_ino(inode); local
251 ret = btrfs_lookup_file_extent(trans, root, path, ino,
258 if (key.objectid == ino &&
280 if (key.objectid > ino)
282 if (WARN_ON_ONCE(key.objectid < ino) ||
536 key.objectid = ino;
622 u64 ino = btrfs_ino(inode); local
630 key.objectid = ino;
642 if (key.objectid != ino ||
671 ino, byten
3654 const u64 ino = btrfs_ino(inode); local
[all...]
H A Dfree-space-cache.c169 u64 ino, u64 offset)
181 ret = btrfs_insert_empty_inode(trans, root, path, ino);
230 u64 ino; local
232 ret = btrfs_get_free_objectid(trans->fs_info->tree_root, &ino);
237 ino, block_group->start);
305 .ino = btrfs_ino(BTRFS_I(vfs_inode)),
166 __create_free_space_inode(struct btrfs_root *root, struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 ino, u64 offset) argument
H A Dinode-item.c499 key.objectid = control->ino;
536 if (found_key.objectid != control->ino)
683 btrfs_init_data_ref(&ref, control->ino, extent_offset,
H A Dinode-item.h44 /* IN: the ino we are truncating. */
45 u64 ino; member in struct:btrfs_truncate_control
H A Dinode.c75 u64 ino; member in struct:btrfs_iget_args
256 "csum failed root %lld ino %llu off %llu csum " CSUM_FMT " expected csum " CSUM_FMT " mirror %d",
266 "csum failed root %lld ino %llu off %llu logical %llu csum " CSUM_FMT " expected csum " CSUM_FMT " mirror %d",
341 "csum failed root %lld ino %lld off %llu csum " CSUM_FMT " expected csum " CSUM_FMT " mirror %d",
349 "csum failed root %llu ino %llu off %llu csum " CSUM_FMT " expected csum " CSUM_FMT " mirror %d",
832 KERN_ERR "BTRFS: unexpected compression for ino %llu\n",
1997 u64 ino = btrfs_ino(inode); local
2029 ret = btrfs_lookup_file_extent(NULL, root, path, ino,
2043 if (found_key.objectid == ino &&
2063 if (found_key.objectid > ino)
4126 u64 ino = btrfs_ino(inode); local
5503 u64 ino = btrfs_ino(inode); local
5580 btrfs_iget_locked(struct super_block *s, u64 ino, struct btrfs_root *root) argument
5602 btrfs_iget_path(struct super_block *s, u64 ino, struct btrfs_root *root, struct btrfs_path *path) argument
5634 btrfs_iget(struct super_block *s, u64 ino, struct btrfs_root *root) argument
5897 u64 ino; member in struct:dir_entry
6474 u64 ino = btrfs_ino(inode); local
[all...]
H A Dprops.c269 "error applying prop %s to ino %llu (root %llu): %d",
279 u64 ino = btrfs_ino(BTRFS_I(inode)); local
281 return iterate_object_props(root, path, ino, inode_prop_iterator, inode);
H A Drelocation.c1490 u64 ino; local
1506 ino = btrfs_ino(inode);
1508 if (ino > max_key->objectid) {
1513 objectid = ino + 1;
1517 if (unlikely(min_key->objectid == ino)) {
1530 if (unlikely(max_key->objectid == ino)) {
3363 u64 ino)
3372 inode = btrfs_iget(fs_info->sb, ino, root);
3360 delete_block_group_cache(struct btrfs_fs_info *fs_info, struct btrfs_block_group *block_group, struct inode *inode, u64 ino) argument
H A Dsend.c77 u64 ino; member in struct:clone_root
218 * |-- a (ino 257)
219 * |-- b (ino 258)
222 * |-- c (ino 259)
223 * | |-- d (ino 260)
225 * |-- c2 (ino 261)
230 * |-- a (ino 257)
231 * |-- b (ino 258)
232 * |-- c2 (ino 261)
233 * |-- d2 (ino 26
313 u64 ino; member in struct:pending_dir_move
320 u64 ino; member in struct:waiting_dir_move
333 u64 ino; member in struct:orphan_dir_info
924 get_inode_info(struct btrfs_root *root, u64 ino, struct btrfs_inode_info *info) argument
969 get_inode_gen(struct btrfs_root *root, u64 ino, u64 *gen) argument
1246 get_inode_path(struct btrfs_root *root, u64 ino, struct fs_path *path) argument
1341 iterate_backrefs(u64 ino, u64 offset, u64 num_bytes, u64 root_id, void *ctx_) argument
1559 skip_self_data_ref(u64 root, u64 ino, u64 offset, void *ctx) argument
1580 find_extent_clone(struct send_ctx *sctx, struct btrfs_path *path, u64 ino, u64 data_offset, u64 ino_size, struct clone_root **found) argument
1746 read_symlink(struct btrfs_root *root, u64 ino, struct fs_path *dest) argument
1818 gen_unique_name(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *dest) argument
1894 get_cur_inode_state(struct send_ctx *sctx, u64 ino, u64 gen, u64 *send_gen, u64 *parent_gen) argument
1966 is_inode_existent(struct send_ctx *sctx, u64 ino, u64 gen, u64 *send_gen, u64 *parent_gen) argument
2027 get_first_ref(struct btrfs_root *root, u64 ino, u64 *dir, u64 *dir_gen, struct fs_path *name) argument
2093 is_first_ref(struct btrfs_root *root, u64 ino, u64 dir, const char *name, int name_len) argument
2193 did_overwrite_ref(struct send_ctx *sctx, u64 dir, u64 dir_gen, u64 ino, u64 ino_gen, const char *name, int name_len) argument
2264 did_overwrite_first_ref(struct send_ctx *sctx, u64 ino, u64 gen) argument
2290 name_cache_search(struct send_ctx *sctx, u64 ino, u64 gen) argument
2310 __get_cur_name_and_parent(struct send_ctx *sctx, u64 ino, u64 gen, u64 *parent_ino, u64 *parent_gen, struct fs_path *dest) argument
2445 get_cur_path(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *dest) argument
2600 send_truncate(struct send_ctx *sctx, u64 ino, u64 gen, u64 size) argument
2630 send_chmod(struct send_ctx *sctx, u64 ino, u64 gen, u64 mode) argument
2660 send_fileattr(struct send_ctx *sctx, u64 ino, u64 gen, u64 fileattr) argument
2693 send_chown(struct send_ctx *sctx, u64 ino, u64 gen, u64 uid, u64 gid) argument
2725 send_utimes(struct send_ctx *sctx, u64 ino, u64 gen) argument
2845 send_create_inode(struct send_ctx *sctx, u64 ino) argument
3100 orphanize_inode(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *path) argument
3331 is_waiting_for_move(struct send_ctx *sctx, u64 ino) argument
3338 add_waiting_dir_move(struct send_ctx *sctx, u64 ino, bool orphanized) argument
3371 get_waiting_dir_move(struct send_ctx *sctx, u64 ino) argument
3397 add_pending_dir_move(struct send_ctx *sctx, u64 ino, u64 ino_gen, u64 parent_ino, struct list_head *new_refs, struct list_head *deleted_refs, const bool is_orphan) argument
3483 path_loop(struct send_ctx *sctx, struct fs_path *name, u64 ino, u64 gen, u64 *ancestor_ino) argument
3862 u64 ino = ino2; local
3976 u64 ino = parent_ref->dir; local
[all...]
H A Dtree-log.c1537 u64 ino = btrfs_ino(inode); local
1539 key.objectid = ino;
1555 if (key.objectid != ino ||
1602 u64 ino = btrfs_ino(BTRFS_I(inode)); local
1633 ino, 1);
1637 ret = btrfs_insert_orphan_item(trans, root, ino);
2176 const u64 ino)
2188 search_key.objectid = ino;
2205 if (key.objectid != ino || key.type != BTRFS_XATTR_ITEM_KEY) {
2227 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino,
2172 replay_xattr_deletes(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, const u64 ino) argument
3702 const u64 ino = btrfs_ino(inode); local
3821 u64 ino = btrfs_ino(inode); local
4000 const u64 ino = btrfs_ino(inode); local
4778 const u64 ino = btrfs_ino(inode); local
5055 const u64 ino = btrfs_ino(inode); local
5132 const u64 ino = btrfs_ino(inode); local
5391 u64 ino; member in struct:btrfs_dir_list
5440 u64 ino = btrfs_ino(start_inode); local
5580 u64 ino; member in struct:btrfs_ino_list
5596 conflicting_inode_is_dir(struct btrfs_root *root, u64 ino, struct btrfs_path *path) argument
5633 add_conflicting_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 ino, u64 parent, struct btrfs_log_ctx *ctx) argument
5774 u64 ino; local
6047 const u64 ino = btrfs_ino(inode); local
6139 const u64 ino = btrfs_ino(inode); local
6189 const u64 ino = btrfs_ino(inode); local
6401 u64 ino = btrfs_ino(inode); local
6732 const u64 ino = btrfs_ino(inode); local
6860 u64 ino; local
6954 const u64 ino = btrfs_ino(inode); local
[all...]
/linux-master/fs/cachefiles/
H A Dio.c392 ino_t ino = file ? file_inode(file)->i_ino : 0; local
418 ino = file_inode(file)->i_ino;
488 trace_cachefiles_prep_read(object, start, len, *_flags, ret, why, ino, netfs_ino);
511 unsigned long *_flags, ino_t ino)
513 return cachefiles_do_prepare_read(cres, start, _len, i_size, _flags, ino);
509 cachefiles_prepare_ondemand_read(struct netfs_cache_resources *cres, loff_t start, size_t *_len, loff_t i_size, unsigned long *_flags, ino_t ino) argument
/linux-master/fs/ceph/
H A Daddr.c2057 ceph_oid_printf(&rd_req->r_base_oid, "%llx.00000000", ci->i_vino.ino);

Completed in 388 milliseconds

1234567891011>>