Home
last modified time | relevance | path

Searched refs:ns_dentry_operations (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dnsfs.c44 const struct dentry_operations ns_dentry_operations = variable
290 ctx->dops = &ns_dentry_operations; in nsfs_init_fs_context()
H A Dinternal.h192 extern const struct dentry_operations ns_dentry_operations;
H A Dnamespace.c1788 return dentry->d_op == &ns_dentry_operations && in is_mnt_ns_file()
2337 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations) in __do_loopback()
/kernel/linux/linux-6.6/fs/
H A Dnsfs.c45 const struct dentry_operations ns_dentry_operations = variable
273 ctx->dops = &ns_dentry_operations; in nsfs_init_fs_context()
H A Dinternal.h225 extern const struct dentry_operations ns_dentry_operations;
H A Dnamespace.c1940 return dentry->d_op == &ns_dentry_operations && in is_mnt_ns_file()
2582 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations) in __do_loopback()

Completed in 12 milliseconds