Searched refs:affs_remove_hash (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
H A D | namei.c | 429 retval = affs_remove_hash(old_dir, bh); in affs_rename() 470 retval = affs_remove_hash(old_dir, bh_old); in affs_xrename() 477 retval = affs_remove_hash(new_dir, bh_new); in affs_xrename()
|
H A D | amigaffs.c | 75 affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh) in affs_remove_hash() function 178 retval = affs_remove_hash(dir, link_bh); in affs_remove_link() 306 retval = affs_remove_hash(dir, bh); in affs_remove_header()
|
H A D | affs.h | 138 extern int affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh);
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | namei.c | 432 retval = affs_remove_hash(old_dir, bh); in affs_rename() 473 retval = affs_remove_hash(old_dir, bh_old); in affs_xrename() 480 retval = affs_remove_hash(new_dir, bh_new); in affs_xrename()
|
H A D | amigaffs.c | 75 affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh) in affs_remove_hash() function 178 retval = affs_remove_hash(dir, link_bh); in affs_remove_link() 306 retval = affs_remove_hash(dir, bh); in affs_remove_header()
|
H A D | affs.h | 138 extern int affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh);
|
Completed in 5 milliseconds