Searched refs:SIDOWNER (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifsacl.c | 124 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str() 290 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid() 300 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid() 364 if (sidtype != SIDOWNER) in sid_to_id() 405 __func__, sidstr, sidtype == SIDOWNER ? 'u' : 'g'); in sid_to_id() 422 if (sidtype == SIDOWNER) { in sid_to_id() 450 if (sidtype == SIDOWNER) in sid_to_id() 1230 rc = sid_to_id(cifs_sb, owner_sid_ptr, fattr, SIDOWNER); in parse_sec_desc() 1334 rc = id_to_sid(id, SIDOWNER, nowner_sid_ptr); in build_sec_desc()
|
H A D | cifsacl.h | 29 #define SIDOWNER 1 macro
|
H A D | readdir.c | 283 sid_to_id(cifs_sb, &parsed.owner, fattr, SIDOWNER); in cifs_posix_to_fattr()
|
H A D | inode.c | 800 sid_to_id(cifs_sb, &data->posix_owner, fattr, SIDOWNER); in smb311_posix_info_to_fattr()
|
/openbmc/linux/fs/smb/server/ |
H A D | smbacl.c | 224 case SIDOWNER: in id_to_sid() 273 if (sidtype == SIDOWNER) { in sid_to_id() 495 ret = sid_to_id(idmap, &ppace[i]->sid, SIDOWNER, &temp_fattr); in parse_dacl() 604 unsigned int sid_type = SIDOWNER; in set_posix_acl_entries_dacl() 857 rc = sid_to_id(idmap, owner_sid_ptr, SIDOWNER, fattr); in parse_sec_desc() 907 unsigned int sid_type = SIDOWNER; in build_sec_desc() 1076 id_to_sid(uid, SIDOWNER, &owner_sid); in smb_inherit_dacl() 1230 unsigned int sid_type = SIDOWNER; in smb_check_perm_dacl()
|
H A D | smbacl.h | 33 SIDOWNER = 1, enumerator
|
H A D | oplock.c | 1741 SIDOWNER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf()
|