Searched refs:aclflag (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifsacl.c1254 bool mode_from_sid, bool id_from_sid, int *aclflag)
1298 *aclflag |= CIFS_ACL_DACL;
1333 *aclflag |= CIFS_ACL_OWNER;
1362 *aclflag |= CIFS_ACL_GROUP;
1476 struct inode *inode, const char *path, int aclflag)
1493 if (aclflag == CIFS_ACL_OWNER || aclflag == CIFS_ACL_GROUP)
1514 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag);
1579 int aclflag = CIFS_ACL_DACL; /* default flag to set */ local
1660 mode_from_sid, id_from_sid, &aclflag);
1252 build_sec_desc(struct cifs_ntsd *pntsd, struct cifs_ntsd *pnntsd, __u32 secdesclen, __u32 *pnsecdesclen, __u64 *pnmode, kuid_t uid, kgid_t gid, bool mode_from_sid, bool id_from_sid, int *aclflag) argument
1475 set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen, struct inode *inode, const char *path, int aclflag) argument
[all...]
H A Dsmb2proto.h242 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
H A Dsmb2ops.c3095 struct inode *inode, const char *path, int aclflag)
3114 if (aclflag & CIFS_ACL_OWNER || aclflag & CIFS_ACL_GROUP)
3116 if (aclflag & CIFS_ACL_SACL)
3118 if (aclflag & CIFS_ACL_DACL)
3142 fid.volatile_fid, pnntsd, acllen, aclflag);
3094 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, struct inode *inode, const char *path, int aclflag) argument
H A Dsmb2pdu.c5609 struct cifs_ntsd *pnntsd, int pacllen, int aclflag)
5612 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag,
5607 SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct cifs_ntsd *pnntsd, int pacllen, int aclflag) argument
H A Dcifssmb.c3478 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag)
3514 pSMB->AclFlags = cpu_to_le32(aclflag);
3477 CIFSSMBSetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) argument

Completed in 277 milliseconds