Home
last modified time | relevance | path

Searched refs:hfs_cat_build_key (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/hfs/
H A Dcatalog.c19 * hfs_cat_build_key()
23 void hfs_cat_build_key(struct super_block *sb, btree_key *key, u32 parent, const struct qstr *name) in hfs_cat_build_key() function
108 hfs_cat_build_key(sb, fd.search_key, cnid, NULL); in hfs_cat_create()
122 hfs_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfs_cat_create()
142 hfs_cat_build_key(sb, fd.search_key, cnid, NULL); in hfs_cat_create()
193 hfs_cat_build_key(sb, fd->search_key, cnid, NULL); in hfs_cat_find_brec()
234 hfs_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfs_cat_delete()
263 hfs_cat_build_key(sb, fd.search_key, cnid, NULL); in hfs_cat_delete()
315 hfs_cat_build_key(sb, src_fd.search_key, src_dir->i_ino, src_name); in hfs_cat_move()
328 hfs_cat_build_key(s in hfs_cat_move()
[all...]
H A Ddir.c31 hfs_cat_build_key(dir->i_sb, fd.search_key, dir->i_ino, &dentry->d_name); in hfs_lookup()
65 hfs_cat_build_key(sb, fd.search_key, inode->i_ino, NULL); in hfs_readdir()
302 hfs_cat_build_key(old_dir->i_sb, in hfs_rename()
H A Dhfs_fs.h185 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, const struct qstr *);
H A Dinode.c193 hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name); in hfs_new_inode()
/kernel/linux/linux-6.6/fs/hfs/
H A Dcatalog.c19 * hfs_cat_build_key()
23 void hfs_cat_build_key(struct super_block *sb, btree_key *key, u32 parent, const struct qstr *name) in hfs_cat_build_key() function
108 hfs_cat_build_key(sb, fd.search_key, cnid, NULL); in hfs_cat_create()
122 hfs_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfs_cat_create()
142 hfs_cat_build_key(sb, fd.search_key, cnid, NULL); in hfs_cat_create()
193 hfs_cat_build_key(sb, fd->search_key, cnid, NULL); in hfs_cat_find_brec()
234 hfs_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfs_cat_delete()
263 hfs_cat_build_key(sb, fd.search_key, cnid, NULL); in hfs_cat_delete()
315 hfs_cat_build_key(sb, src_fd.search_key, src_dir->i_ino, src_name); in hfs_cat_move()
328 hfs_cat_build_key(s in hfs_cat_move()
[all...]
H A Ddir.c31 hfs_cat_build_key(dir->i_sb, fd.search_key, dir->i_ino, &dentry->d_name); in hfs_lookup()
65 hfs_cat_build_key(sb, fd.search_key, inode->i_ino, NULL); in hfs_readdir()
303 hfs_cat_build_key(old_dir->i_sb, in hfs_rename()
H A Dhfs_fs.h185 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, const struct qstr *);
H A Dinode.c197 hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name); in hfs_new_inode()

Completed in 6 milliseconds