Searched refs:noperm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | fs_context.h | 197 bool noperm:1; member
|
H A D | fs_context.c | 995 ctx->noperm = 1; in smb3_fs_context_parse_param() 997 ctx->noperm = 0; in smb3_fs_context_parse_param() 1711 if (ctx->noperm) in smb3_update_mnt_flags()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 710 bool rcu, bool noperm); 724 const char *acl_name, bool noperm); 731 bool noperm) in ovl_get_acl_path() 729 ovl_get_acl_path(const struct path *path, const char *acl_name, bool noperm) ovl_get_acl_path() argument
|
H A D | inode.c | 497 * The @noperm argument is used to skip permission checking and is a temporary 517 * Until we have made a decision allow this helper to take the @noperm 521 const char *acl_name, bool noperm) in ovl_get_acl_path() 529 if (noperm) in ovl_get_acl_path() 567 bool rcu, bool noperm) in do_ovl_get_acl() 596 acl = ovl_get_acl_path(&realpath, posix_acl_xattr_name(type), noperm); in do_ovl_get_acl() 520 ovl_get_acl_path(const struct path *path, const char *acl_name, bool noperm) ovl_get_acl_path() argument 565 do_ovl_get_acl(struct mnt_idmap *idmap, struct inode *inode, int type, bool rcu, bool noperm) do_ovl_get_acl() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsglob.h | 561 bool noperm:1; member
|
H A D | connect.c | 147 { Opt_noperm, "noperm" }, 1554 vol->noperm = 0; in cifs_parse_mount_options() 1557 vol->noperm = 1; in cifs_parse_mount_options() 3946 if (pvolume_info->noperm) in cifs_setup_cifs_sb()
|
Completed in 17 milliseconds