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

/linux-master/fs/
H A Dnsfs.c37 const struct dentry_operations ns_dentry_operations = { variable in typeref:struct:dentry_operations
229 ctx->dops = &ns_dentry_operations;
H A Dinternal.h238 extern const struct dentry_operations ns_dentry_operations;
H A Dnamespace.c1942 return dentry->d_op == &ns_dentry_operations &&
2588 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations)

Completed in 126 milliseconds