Searched refs:dir_ino (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h515 u64 dir_ino = BPF_CORE_READ(filp_dentry, d_inode, i_ino); local
516 bool* allowed_dir = bpf_map_lookup_elem(&allowed_directory_inodes, &dir_ino);
/linux-master/fs/btrfs/
H A Dsend.c416 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen);
3123 u64 dir_ino, u64 dir_gen)
3132 if (dir_ino < entry->ino)
3134 else if (dir_ino > entry->ino)
3147 odi->ino = dir_ino;
3158 u64 dir_ino, u64 gen)
3165 if (dir_ino < entry->ino)
3167 else if (dir_ino > entry->ino)
3179 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen) argument
3181 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, ge
3122 add_orphan_dir_info(struct send_ctx *sctx, u64 dir_ino, u64 dir_gen) argument
3157 get_orphan_dir_info(struct send_ctx *sctx, u64 dir_ino, u64 gen) argument
[all...]
H A Dinode.c4104 u64 dir_ino = btrfs_ino(dir); local
4112 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, name, -1);
4140 ret = btrfs_del_inode_ref(trans, root, name, ino, dir_ino, &index);
4144 name->len, name->name, ino, dir_ino);
4165 btrfs_del_inode_ref_in_log(trans, root, name, inode, dir_ino);
4276 u64 dir_ino = btrfs_ino(dir); local
4301 di = btrfs_lookup_dir_item(trans, root, path, dir_ino,
4328 di = btrfs_search_dir_index_item(root, path, dir_ino, &fname.disk_name);
4344 root->root_key.objectid, dir_ino,
H A Dtree-log.c3410 u64 dir_ino,
3420 di = btrfs_lookup_dir_index_item(trans, log, path, dir_ino,
3407 del_logged_dentry(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, u64 dir_ino, const struct fscrypt_str *name, u64 index) argument
/linux-master/fs/ext4/
H A Dnamei.c3612 unsigned dir_ino)
3619 ent->parent_de->inode = cpu_to_le32(dir_ino);
3611 ext4_rename_dir_finish(handle_t *handle, struct ext4_renament *ent, unsigned dir_ino) argument

Completed in 295 milliseconds