ns_dentry_operations  182 fs/internal.h  extern const struct dentry_operations ns_dentry_operations;
ns_dentry_operations 1727 fs/namespace.c 	return dentry->d_op == &ns_dentry_operations &&
ns_dentry_operations 2254 fs/namespace.c 	if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations)
ns_dentry_operations   41 fs/nsfs.c      const struct dentry_operations ns_dentry_operations =
ns_dentry_operations  269 fs/nsfs.c      	ctx->dops = &ns_dentry_operations;