Searched refs:dst_name (Results 1 – 3 of 3) sorted by relevance
/fs/hfs/ |
D | catalog.c | 288 struct inode *dst_dir, struct qstr *dst_name) in hfs_cat_move() argument 298 dst_dir->i_ino, dst_name->name); in hfs_cat_move() 327 hfs_cat_build_key(sb, dst_fd.search_key, dst_dir->i_ino, dst_name); in hfs_cat_move() 370 dst_dir->i_ino, dst_name); in hfs_cat_move()
|
/fs/hfsplus/ |
D | catalog.c | 432 struct inode *dst_dir, struct qstr *dst_name) in hfsplus_rename_cat() argument 442 dst_dir->i_ino, dst_name->name); in hfsplus_rename_cat() 476 dst_dir->i_ino, dst_name); in hfsplus_rename_cat() 525 dst_dir->i_ino, dst_name); in hfsplus_rename_cat()
|
D | hfsplus_fs.h | 459 struct inode *dst_dir, struct qstr *dst_name);
|