Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpidfs.h10 extern const struct dentry_operations pidfs_dentry_operations;
/linux-6.15/fs/
H A Dpidfs.c653 const struct dentry_operations pidfs_dentry_operations = { variable
859 ctx->dops = &pidfs_dentry_operations; in pidfs_init_fs_context()
H A Dnamespace.c3018 if (d_op == &pidfs_dentry_operations) in may_copy_tree()