/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | namei.c | 22 * @dir_ino: directory inode in which to look for the inode 27 * in the directory inode @dir_ino and if found attaches the inode to the 33 * @dir_ino looking for the converted Unicode name. If the name is found in the 89 static struct dentry *ntfs_lookup(struct inode *dir_ino, struct dentry *dent, in ntfs_lookup() argument 92 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup() 101 dent, dir_ino->i_ino); in ntfs_lookup() 111 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | namei.c | 22 * @dir_ino: directory inode in which to look for the inode 27 * in the directory inode @dir_ino and if found attaches the inode to the 33 * @dir_ino looking for the converted Unicode name. If the name is found in the 89 static struct dentry *ntfs_lookup(struct inode *dir_ino, struct dentry *dent, in ntfs_lookup() argument 92 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup() 101 dent, dir_ino->i_ino); in ntfs_lookup() 111 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 516 u64 dir_ino = BPF_CORE_READ(filp_dentry, d_inode, i_ino); in is_ancestor_in_allowed_inodes() local 517 bool* allowed_dir = bpf_map_lookup_elem(&allowed_directory_inodes, &dir_ino); in is_ancestor_in_allowed_inodes()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 521 u64 dir_ino = BPF_CORE_READ(filp_dentry, d_inode, i_ino); in is_ancestor_in_allowed_inodes() local 522 bool* allowed_dir = bpf_map_lookup_elem(&allowed_directory_inodes, &dir_ino); in is_ancestor_in_allowed_inodes()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 320 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen); 2863 u64 dir_ino, u64 dir_gen) in add_orphan_dir_info() 2872 if (dir_ino < entry->ino) in add_orphan_dir_info() 2874 else if (dir_ino > entry->ino) in add_orphan_dir_info() 2887 odi->ino = dir_ino; in add_orphan_dir_info() 2897 u64 dir_ino, u64 gen) in get_orphan_dir_info() 2904 if (dir_ino < entry->ino) in get_orphan_dir_info() 2906 else if (dir_ino > entry->ino) in get_orphan_dir_info() 2918 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen) in is_waiting_for_rm() argument 2920 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, ge in is_waiting_for_rm() 2862 add_orphan_dir_info(struct send_ctx *sctx, u64 dir_ino, u64 dir_gen) add_orphan_dir_info() argument 2896 get_orphan_dir_info(struct send_ctx *sctx, u64 dir_ino, u64 gen) get_orphan_dir_info() argument [all...] |
H A D | inode.c | 3622 u64 dir_ino = btrfs_ino(dir); in __btrfs_unlink_inode() local 3631 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, in __btrfs_unlink_inode() 3661 dir_ino, &index); in __btrfs_unlink_inode() 3665 name_len, name, ino, dir_ino); in __btrfs_unlink_inode() 3677 dir_ino); in __btrfs_unlink_inode() 3797 u64 dir_ino = btrfs_ino(BTRFS_I(dir)); in btrfs_unlink_subvol() local 3812 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, in btrfs_unlink_subvol() 3839 di = btrfs_search_dir_index_item(root, path, dir_ino, in btrfs_unlink_subvol() 3856 root->root_key.objectid, dir_ino, in btrfs_unlink_subvol()
|
H A D | tree-log.c | 3410 u64 dir_ino = btrfs_ino(dir); in btrfs_del_dir_entries_in_log() local 3428 di = btrfs_lookup_dir_item(trans, log, path, dir_ino, in btrfs_del_dir_entries_in_log() 3443 di = btrfs_lookup_dir_index_item(trans, log, path, dir_ino, in btrfs_del_dir_entries_in_log() 3464 key.objectid = dir_ino; in btrfs_del_dir_entries_in_log()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 417 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen); 3112 u64 dir_ino, u64 dir_gen) in add_orphan_dir_info() 3121 if (dir_ino < entry->ino) in add_orphan_dir_info() 3123 else if (dir_ino > entry->ino) in add_orphan_dir_info() 3136 odi->ino = dir_ino; in add_orphan_dir_info() 3147 u64 dir_ino, u64 gen) in get_orphan_dir_info() 3154 if (dir_ino < entry->ino) in get_orphan_dir_info() 3156 else if (dir_ino > entry->ino) in get_orphan_dir_info() 3168 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen) in is_waiting_for_rm() argument 3170 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, ge in is_waiting_for_rm() 3111 add_orphan_dir_info(struct send_ctx *sctx, u64 dir_ino, u64 dir_gen) add_orphan_dir_info() argument 3146 get_orphan_dir_info(struct send_ctx *sctx, u64 dir_ino, u64 gen) get_orphan_dir_info() argument [all...] |
H A D | inode.c | 4067 u64 dir_ino = btrfs_ino(dir); in __btrfs_unlink_inode() local 4075 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, name, -1); in __btrfs_unlink_inode() 4103 ret = btrfs_del_inode_ref(trans, root, name, ino, dir_ino, &index); in __btrfs_unlink_inode() 4107 name->len, name->name, ino, dir_ino); in __btrfs_unlink_inode() 4128 btrfs_del_inode_ref_in_log(trans, root, name, inode, dir_ino); in __btrfs_unlink_inode() 4240 u64 dir_ino = btrfs_ino(dir); in btrfs_unlink_subvol() local 4265 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, in btrfs_unlink_subvol() 4292 di = btrfs_search_dir_index_item(root, path, dir_ino, &fname.disk_name); in btrfs_unlink_subvol() 4308 root->root_key.objectid, dir_ino, in btrfs_unlink_subvol()
|
H A D | tree-log.c | 3374 u64 dir_ino, in del_logged_dentry() 3384 di = btrfs_lookup_dir_index_item(trans, log, path, dir_ino, in del_logged_dentry() 3371 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) del_logged_dentry() argument
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 3708 unsigned dir_ino) in ext4_rename_dir_finish() 3712 ent->parent_de->inode = cpu_to_le32(dir_ino); in ext4_rename_dir_finish() 3707 ext4_rename_dir_finish(handle_t *handle, struct ext4_renament *ent, unsigned dir_ino) ext4_rename_dir_finish() argument
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 3612 unsigned dir_ino) in ext4_rename_dir_finish() 3616 ent->parent_de->inode = cpu_to_le32(dir_ino); in ext4_rename_dir_finish() 3611 ext4_rename_dir_finish(handle_t *handle, struct ext4_renament *ent, unsigned dir_ino) ext4_rename_dir_finish() argument
|