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

/fs/ntfs/
H A Dnamei.c36 * @dir_ino: directory inode in which to look for the inode
41 * in the directory inode @dir_ino and if found attaches the inode to the
47 * @dir_ino looking for the converted Unicode name. If the name is found in the
103 static struct dentry *ntfs_lookup(struct inode *dir_ino, struct dentry *dent, argument
106 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb);
115 dent->d_name.name, dir_ino->i_ino);
125 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len,
/fs/btrfs/
H A Dtree-log.c2799 u64 dir_ino = btrfs_ino(dir); local
2817 di = btrfs_lookup_dir_item(trans, log, path, dir_ino,
2832 di = btrfs_lookup_dir_index_item(trans, log, path, dir_ino,
2853 key.objectid = dir_ino;
H A Dsend.c279 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino);
2773 add_orphan_dir_info(struct send_ctx *sctx, u64 dir_ino) argument
2782 odi->ino = dir_ino;
2788 if (dir_ino < entry->ino) {
2790 } else if (dir_ino > entry->ino) {
2804 get_orphan_dir_info(struct send_ctx *sctx, u64 dir_ino) argument
2811 if (dir_ino < entry->ino)
2813 else if (dir_ino > entry->ino)
2821 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino) argument
2823 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino);
[all...]
H A Dinode.c3763 u64 dir_ino = btrfs_ino(dir); local
3772 di = btrfs_lookup_dir_item(trans, root, path, dir_ino,
3808 dir_ino, &index);
3812 name_len, name, ino, dir_ino);
3824 inode, dir_ino);
3949 u64 dir_ino = btrfs_ino(dir); local
3955 di = btrfs_lookup_dir_item(trans, root, path, dir_ino,
3977 dir_ino, &index, name, name_len);
3983 di = btrfs_search_dir_index_item(root, path, dir_ino,
/fs/ext4/
H A Dnamei.c3041 unsigned dir_ino)
3045 ent->parent_de->inode = cpu_to_le32(dir_ino);
3040 ext4_rename_dir_finish(handle_t *handle, struct ext4_renament *ent, unsigned dir_ino) argument

Completed in 139 milliseconds