Home
last modified time | relevance | path

Searched refs:ns_dentry_operations (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/
H A Dnsfs.c39 const struct dentry_operations ns_dentry_operations = { variable
424 ctx->dops = &ns_dentry_operations; in nsfs_init_fs_context()
H A Dinternal.h244 extern const struct dentry_operations ns_dentry_operations;
H A Dnamespace.c2189 if (dentry->d_op != &ns_dentry_operations) in is_mnt_ns_file()
3015 if (d_op == &ns_dentry_operations) in may_copy_tree()