Searched refs:take_dentry_name_snapshot (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 605 void take_dentry_name_snapshot(struct name_snapshot *, struct dentry *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 599 void take_dentry_name_snapshot(struct name_snapshot *, struct dentry *);
|
/kernel/linux/linux-5.10/fs/notify/ |
H A D | fsnotify.c | 225 take_dentry_name_snapshot(&name, dentry); in __fsnotify_parent()
|
/kernel/linux/linux-6.6/fs/notify/ |
H A D | fsnotify.c | 223 take_dentry_name_snapshot(&name, dentry); in __fsnotify_parent()
|
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | inode.c | 817 take_dentry_name_snapshot(&old_name, old_dentry); in debugfs_rename()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | export.c | 390 take_dentry_name_snapshot(&name, real); in ovl_lookup_real_one()
|
H A D | super.c | 1212 take_dentry_name_snapshot(&name, temp); in ovl_check_rename_whiteout()
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | inode.c | 850 take_dentry_name_snapshot(&old_name, old_dentry); in debugfs_rename()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | export.c | 403 take_dentry_name_snapshot(&name, real); in ovl_lookup_real_one()
|
H A D | super.c | 629 take_dentry_name_snapshot(&name, temp); in ovl_check_rename_whiteout()
|
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 286 void take_dentry_name_snapshot(struct name_snapshot *name, struct dentry *dentry) in take_dentry_name_snapshot() function 299 EXPORT_SYMBOL(take_dentry_name_snapshot); variable
|
H A D | eventpoll.c | 1468 take_dentry_name_snapshot(&n, epi->ffd.file->f_path.dentry); in ep_create_wakeup_source()
|
H A D | namei.c | 4344 take_dentry_name_snapshot(&old_name, old_dentry); in vfs_rename()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 313 void take_dentry_name_snapshot(struct name_snapshot *name, struct dentry *dentry) in take_dentry_name_snapshot() function 326 EXPORT_SYMBOL(take_dentry_name_snapshot); variable
|
H A D | eventpoll.c | 1414 take_dentry_name_snapshot(&n, epi->ffd.file->f_path.dentry); in ep_create_wakeup_source()
|
H A D | namei.c | 4818 take_dentry_name_snapshot(&old_name, old_dentry); in vfs_rename()
|
Completed in 38 milliseconds