Searched refs:dir_ino (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | dir-item.h | 17 int btrfs_check_dir_item_collision(struct btrfs_root *root, u64 dir_ino,
|
| H A D | send.c | 424 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen); 3042 u64 dir_ino, u64 dir_gen) in add_orphan_dir_info() argument 3051 if (dir_ino < entry->ino) in add_orphan_dir_info() 3053 else if (dir_ino > entry->ino) in add_orphan_dir_info() 3066 odi->ino = dir_ino; in add_orphan_dir_info() 3077 u64 dir_ino, u64 gen) in get_orphan_dir_info() argument 3084 if (dir_ino < entry->ino) in get_orphan_dir_info() 3086 else if (dir_ino > entry->ino) in get_orphan_dir_info() 3098 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen) in is_waiting_for_rm() argument 3100 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm()
|
| H A D | inode.c | 4426 u64 dir_ino = btrfs_ino(dir); in __btrfs_unlink_inode() local 4432 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, name, -1); in __btrfs_unlink_inode() 4464 ret = btrfs_del_inode_ref(trans, root, name, ino, dir_ino, &index); in __btrfs_unlink_inode() 4468 name->len, name->name, btrfs_root_id(root), ino, dir_ino); in __btrfs_unlink_inode() 4596 u64 dir_ino = btrfs_ino(dir); in btrfs_unlink_subvol() local 4621 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, in btrfs_unlink_subvol() 4648 di = btrfs_search_dir_index_item(root, path, dir_ino, &fname.disk_name); in btrfs_unlink_subvol() 4661 btrfs_root_id(root), dir_ino, in btrfs_unlink_subvol()
|
| H A D | tree-log.c | 3832 u64 dir_ino, in del_logged_dentry() argument 3842 di = btrfs_lookup_dir_index_item(trans, log, path, dir_ino, in del_logged_dentry()
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 3069 __field(xfs_ino_t, dir_ino) 3076 __entry->dir_ino = I_INO(dp); 3083 __entry->dir_ino, 3094 __field(xfs_ino_t, dir_ino) 3099 __entry->dir_ino = I_INO(dp); 3104 __entry->dir_ino, 3121 __field(xfs_ino_t, dir_ino) 3129 __entry->dir_ino = I_INO(dp); 3137 __entry->dir_ino, 3160 __field(xfs_ino_t, dir_ino) [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.inc.h | 512 u64 dir_ino = BPF_CORE_READ(filp_dentry, d_inode, i_ino); in is_ancestor_in_allowed_inodes() local 513 bool* allowed_dir = bpf_map_lookup_elem(&allowed_directory_inodes, &dir_ino); in is_ancestor_in_allowed_inodes()
|
| /linux/fs/ext4/ |
| H A D | namei.c | 3615 unsigned dir_ino) in ext4_rename_dir_finish() argument 3622 ent->parent_de->inode = cpu_to_le32(dir_ino); in ext4_rename_dir_finish()
|