Home
last modified time | relevance | path

Searched refs:no_psx_acl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/cifs/
Dconnect.c1594 vol->no_psx_acl = 0; in cifs_parse_mount_options()
1597 vol->no_psx_acl = 1; in cifs_parse_mount_options()
3592 if (vol_info && vol_info->no_psx_acl) in reset_cifs_unix_caps()
Dcifsglob.h519 bool no_psx_acl:1; /* set if posix acl support should be disabled */ member