Searched refs:SIDOWNER (Results 1 – 6 of 6) sorted by relevance
/fs/cifs/ |
D | cifsacl.c | 119 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str() 285 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid() 295 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid() 359 if (sidtype != SIDOWNER) in sid_to_id() 400 __func__, sidstr, sidtype == SIDOWNER ? 'u' : 'g'); in sid_to_id() 417 if (sidtype == SIDOWNER) { in sid_to_id() 445 if (sidtype == SIDOWNER) in sid_to_id() 1217 rc = sid_to_id(cifs_sb, owner_sid_ptr, fattr, SIDOWNER); in parse_sec_desc() 1321 rc = id_to_sid(id, SIDOWNER, nowner_sid_ptr); in build_sec_desc()
|
D | cifsacl.h | 29 #define SIDOWNER 1 macro
|
D | readdir.c | 279 sid_to_id(cifs_sb, &parsed.owner, fattr, SIDOWNER); in cifs_posix_to_fattr()
|
/fs/ksmbd/ |
D | smbacl.c | 224 case SIDOWNER: in id_to_sid() 273 if (sidtype == SIDOWNER) { in sid_to_id() 493 ret = sid_to_id(user_ns, &ppace[i]->sid, SIDOWNER, &temp_fattr); in parse_dacl() 602 unsigned int sid_type = SIDOWNER; in set_posix_acl_entries_dacl() 855 rc = sid_to_id(user_ns, owner_sid_ptr, SIDOWNER, fattr); in parse_sec_desc() 905 unsigned int sid_type = SIDOWNER; in build_sec_desc() 1074 id_to_sid(uid, SIDOWNER, &owner_sid); in smb_inherit_dacl() 1228 unsigned int sid_type = SIDOWNER; in smb_check_perm_dacl()
|
D | smbacl.h | 33 SIDOWNER = 1, enumerator
|
D | oplock.c | 1753 SIDOWNER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf()
|