Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dnamei.c89 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h516 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()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c320 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() argument
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() argument
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, gen); in is_waiting_for_rm()
H A Dinode.c3622 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 Dtree-log.c3410 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()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c3735 unsigned dir_ino) in ext4_rename_dir_finish() argument
3739 ent->parent_de->inode = cpu_to_le32(dir_ino); in ext4_rename_dir_finish()