Searched refs:take_dentry_name_snapshot (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/security/integrity/ima/ |
D | ima_api.c | 322 take_dentry_name_snapshot(&filename, file->f_path.dentry); in ima_collect_measurement() 455 take_dentry_name_snapshot(&filename, path->dentry); in ima_d_path()
|
D | ima_template_lib.c | 510 take_dentry_name_snapshot(&filename, in ima_eventname_init_common()
|
/linux-6.12.1/include/linux/ |
D | dcache.h | 594 void take_dentry_name_snapshot(struct name_snapshot *, struct dentry *);
|
/linux-6.12.1/fs/notify/ |
D | fsnotify.c | 257 take_dentry_name_snapshot(&name, dentry); in __fsnotify_parent()
|
/linux-6.12.1/fs/overlayfs/ |
D | export.c | 381 take_dentry_name_snapshot(&name, real); in ovl_lookup_real_one()
|
D | super.c | 563 take_dentry_name_snapshot(&name, temp); in ovl_check_rename_whiteout()
|
/linux-6.12.1/fs/debugfs/ |
D | inode.c | 896 take_dentry_name_snapshot(&old_name, old_dentry); in debugfs_rename()
|
/linux-6.12.1/fs/ |
D | dcache.c | 320 void take_dentry_name_snapshot(struct name_snapshot *name, struct dentry *dentry) in take_dentry_name_snapshot() function 333 EXPORT_SYMBOL(take_dentry_name_snapshot);
|
D | eventpoll.c | 1555 take_dentry_name_snapshot(&n, epi->ffd.file->f_path.dentry); in ep_create_wakeup_source()
|
D | namei.c | 4957 take_dentry_name_snapshot(&old_name, old_dentry); in vfs_rename()
|