Searched refs:SIDOWNER (Results 1 – 2 of 2) sorted by relevance
/fs/cifs/ |
D | cifsacl.c | 133 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str() 295 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid() 305 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid() 368 if (sidtype != SIDOWNER) in sid_to_id() 410 __func__, sidstr, sidtype == SIDOWNER ? 'u' : 'g'); in sid_to_id() 428 if (sidtype == SIDOWNER) { in sid_to_id() 455 if (sidtype == SIDOWNER) in sid_to_id() 920 rc = sid_to_id(cifs_sb, owner_sid_ptr, fattr, SIDOWNER); in parse_sec_desc() 993 rc = id_to_sid(id, SIDOWNER, nowner_sid_ptr); in build_sec_desc()
|
D | cifsacl.h | 39 #define SIDOWNER 1 macro
|