Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.h209 bool dynperm:1; member
H A Dfs_context.c101 fsparam_flag_no("dynperm", Opt_dynperm),
1127 ctx->dynperm = 0; in smb3_fs_context_parse_param()
1129 ctx->dynperm = 1; in smb3_fs_context_parse_param()
1958 if (ctx->dynperm) in smb3_update_mnt_flags()
H A Dconnect.c3399 if ((ctx->cifs_acl) && (ctx->dynperm)) in cifs_setup_cifs_sb()
3400 cifs_dbg(VFS, "mount option dynperm ignored if cifsacl mount option supported\n"); in cifs_setup_cifs_sb()