Home
last modified time | relevance | path

Searched refs:CIFS_MOUNT_OVERR_GID (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifs_fs_sb.h26 #define CIFS_MOUNT_OVERR_GID 0x800 /* override gid returned from server */ macro
H A Dreparse.h43 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_OVERR_GID) in wsl_make_kgid()
H A Dfs_context.c1883 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_OVERR_GID; in smb3_update_mnt_flags()
1885 cifs_sb->mnt_cifs_flags &= ~CIFS_MOUNT_OVERR_GID; in smb3_update_mnt_flags()
H A Dinode.c314 if (!(cifs_sb->mnt_cifs_flags & CIFS_MOUNT_OVERR_GID)) { in cifs_unix_basic_to_fattr()
2686 if (!(cifs_sb->mnt_cifs_flags & CIFS_MOUNT_OVERR_GID))
H A Dcifsglob.h641 CIFS_MOUNT_OVERR_GID | CIFS_MOUNT_DYNPERM | \
H A Dcifsfs.c595 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_OVERR_GID) in cifs_show_options()