Searched refs:SIDOWNER (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/smb/common/ |
| H A D | smbacl.h | 77 SIDOWNER = 1, enumerator
|
| /linux-6.15/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() 1249 rc = sid_to_id(cifs_sb, owner_sid_ptr, fattr, SIDOWNER); in parse_sec_desc() 1353 rc = id_to_sid(id, SIDOWNER, nowner_sid_ptr); in build_sec_desc()
|
| 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 | 883 sid_to_id(cifs_sb, &data->posix_owner, fattr, SIDOWNER); in smb311_posix_info_to_fattr()
|
| /linux-6.15/fs/smb/server/ |
| H A D | smbacl.c | 224 case SIDOWNER: in id_to_sid() 278 if (sidtype == SIDOWNER) { in sid_to_id() 503 ret = sid_to_id(idmap, &ppace[i]->sid, SIDOWNER, &temp_fattr); in parse_dacl() 612 unsigned int sid_type = SIDOWNER; in set_posix_acl_entries_dacl() 875 rc = sid_to_id(idmap, owner_sid_ptr, SIDOWNER, fattr); in parse_sec_desc() 931 unsigned int sid_type = SIDOWNER; in build_sec_desc() 1107 id_to_sid(uid, SIDOWNER, &owner_sid); in smb_inherit_dacl() 1263 unsigned int sid_type = SIDOWNER; in smb_check_perm_dacl()
|
| H A D | oplock.c | 1737 SIDOWNER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf()
|