Home
last modified time | relevance | path

Searched refs:CIFS_UNIX_POSIX_ACL_CAP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dconnect.c3185 if ((saved_cap & CIFS_UNIX_POSIX_ACL_CAP) == 0) in reset_cifs_unix_caps()
3186 cap &= ~CIFS_UNIX_POSIX_ACL_CAP; in reset_cifs_unix_caps()
3202 cap &= ~CIFS_UNIX_POSIX_ACL_CAP; in reset_cifs_unix_caps()
3203 else if (CIFS_UNIX_POSIX_ACL_CAP & cap) { in reset_cifs_unix_caps()
3229 if (cap & CIFS_UNIX_POSIX_ACL_CAP) in reset_cifs_unix_caps()
H A Dcifspdu.h2142 #define CIFS_UNIX_POSIX_ACL_CAP 0x00000002 /* support getfacl/setfacl */ macro
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c3853 if ((saved_cap & CIFS_UNIX_POSIX_ACL_CAP) == 0) in reset_cifs_unix_caps()
3854 cap &= ~CIFS_UNIX_POSIX_ACL_CAP; in reset_cifs_unix_caps()
3870 cap &= ~CIFS_UNIX_POSIX_ACL_CAP; in reset_cifs_unix_caps()
3871 else if (CIFS_UNIX_POSIX_ACL_CAP & cap) { in reset_cifs_unix_caps()
3897 if (cap & CIFS_UNIX_POSIX_ACL_CAP) in reset_cifs_unix_caps()
H A Dcifspdu.h2190 #define CIFS_UNIX_POSIX_ACL_CAP 0x00000002 /* support getfacl/setfacl */ macro

Completed in 25 milliseconds