Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dconnect.c2845 if ((saved_cap & CIFS_UNIX_POSIX_ACL_CAP) == 0) in reset_cifs_unix_caps()
2846 cap &= ~CIFS_UNIX_POSIX_ACL_CAP; in reset_cifs_unix_caps()
2862 cap &= ~CIFS_UNIX_POSIX_ACL_CAP; in reset_cifs_unix_caps()
2863 else if (CIFS_UNIX_POSIX_ACL_CAP & cap) { in reset_cifs_unix_caps()
2889 if (cap & CIFS_UNIX_POSIX_ACL_CAP) in reset_cifs_unix_caps()
A Dcifspdu.h2153 #define CIFS_UNIX_POSIX_ACL_CAP 0x00000002 /* support getfacl/setfacl */ macro

Completed in 25 milliseconds