Searched refs:SIDOWNER (Results 1 – 2 of 2) sorted by relevance
/fs/cifs/ |
D | cifsacl.c | 104 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str() 210 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid() 220 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid() 288 __func__, sidstr, sidtype == SIDOWNER ? 'u' : 'g'); in sid_to_id() 306 if (sidtype == SIDOWNER) { in sid_to_id() 332 if (sidtype == SIDOWNER) in sid_to_id() 758 rc = sid_to_id(cifs_sb, owner_sid_ptr, fattr, SIDOWNER); in parse_sec_desc() 830 rc = id_to_sid(id, SIDOWNER, nowner_sid_ptr); in build_sec_desc()
|
D | cifsacl.h | 39 #define SIDOWNER 1 macro
|