Home
last modified time | relevance | path

Searched refs:dir_ino (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Ddir-item.h17 int btrfs_check_dir_item_collision(struct btrfs_root *root, u64 dir_ino,
H A Dsend.c421 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen);
3065 u64 dir_ino, u64 dir_gen) in add_orphan_dir_info() argument
3074 if (dir_ino < entry->ino) in add_orphan_dir_info()
3076 else if (dir_ino > entry->ino) in add_orphan_dir_info()
3089 odi->ino = dir_ino; in add_orphan_dir_info()
3100 u64 dir_ino, u64 gen) in get_orphan_dir_info() argument
3107 if (dir_ino < entry->ino) in get_orphan_dir_info()
3109 else if (dir_ino > entry->ino) in get_orphan_dir_info()
3121 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen) in is_waiting_for_rm() argument
3123 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm()
H A Dinode.c4313 u64 dir_ino = btrfs_ino(dir); in __btrfs_unlink_inode() local
4319 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, name, -1); in __btrfs_unlink_inode()
4351 ret = btrfs_del_inode_ref(trans, root, name, ino, dir_ino, &index); in __btrfs_unlink_inode()
4355 name->len, name->name, btrfs_root_id(root), ino, dir_ino); in __btrfs_unlink_inode()
4483 u64 dir_ino = btrfs_ino(dir); in btrfs_unlink_subvol() local
4508 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, in btrfs_unlink_subvol()
4535 di = btrfs_search_dir_index_item(root, path, dir_ino, &fname.disk_name); in btrfs_unlink_subvol()
4548 btrfs_root_id(root), dir_ino, in btrfs_unlink_subvol()
H A Dtree-log.c3854 u64 dir_ino, in del_logged_dentry() argument
3864 di = btrfs_lookup_dir_index_item(trans, log, path, dir_ino, in del_logged_dentry()
/linux/fs/xfs/scrub/
H A Dtrace.h3112 __field(xfs_ino_t, dir_ino)
3119 __entry->dir_ino = dp->i_ino;
3126 __entry->dir_ino,
3137 __field(xfs_ino_t, dir_ino)
3142 __entry->dir_ino = dp->i_ino;
3147 __entry->dir_ino,
3164 __field(xfs_ino_t, dir_ino)
3172 __entry->dir_ino = dp->i_ino;
3180 __entry->dir_ino,
3203 __field(xfs_ino_t, dir_ino)
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h512 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()