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 Dinode.c4239 u64 dir_ino = btrfs_ino(dir); in btrfs_read_locked_inode()
4245 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, name, -1); in btrfs_read_locked_inode()
4277 ret = btrfs_del_inode_ref(trans, root, name, ino, dir_ino, &index); in fill_inode_item()
4281 name->len, name->name, btrfs_root_id(root), ino, dir_ino); in fill_inode_item()
4409 u64 dir_ino = btrfs_ino(dir); in __btrfs_unlink_inode()
4434 di = btrfs_lookup_dir_item(trans, root, path, dir_ino, in __btrfs_unlink_inode()
4461 di = btrfs_search_dir_index_item(root, path, dir_ino, &fname.disk_name); in __btrfs_unlink_inode()
4474 btrfs_root_id(root), dir_ino, in __btrfs_unlink_inode()
4416 u64 dir_ino = btrfs_ino(dir); __btrfs_unlink_inode() local
4586 u64 dir_ino = btrfs_ino(dir); btrfs_unlink_subvol() local
H A Dtree-log.c3862 u64 dir_ino, in del_logged_dentry()
3872 di = btrfs_lookup_dir_index_item(trans, log, path, dir_ino, in del_logged_dentry()
3858 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
/linux/fs/ntfs/
H A Dnamei.c103 * @dir_ino: directory inode in which to look for the inode
108 * in the directory inode @dir_ino and if found attaches the inode to the
114 * @dir_ino looking for the converted Unicode name. If the name is found in the
170 static struct dentry *ntfs_lookup(struct inode *dir_ino, struct dentry *dent, in ntfs_lookup() argument
173 struct ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup()
182 dent, NTFS_I(dir_ino)->mft_no); in ntfs_lookup()
191 mutex_lock(&NTFS_I(dir_ino)->mrec_lock); in ntfs_lookup()
192 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup()
194 mutex_unlock(&NTFS_I(dir_ino)->mrec_lock); in ntfs_lookup()
/linux/fs/xfs/scrub/
H A Dtrace.h3104 __field(xfs_ino_t, dir_ino)
3111 __entry->dir_ino = I_INO(dp);
3118 __entry->dir_ino,
3129 __field(xfs_ino_t, dir_ino)
3134 __entry->dir_ino = I_INO(dp);
3139 __entry->dir_ino,
3156 __field(xfs_ino_t, dir_ino)
3164 __entry->dir_ino = I_INO(dp);
3172 __entry->dir_ino,
3195 __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()