Searched refs:SIDOWNER (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | cifsacl.c | 105 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str() 211 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid() 221 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid() 289 __func__, sidstr, sidtype == SIDOWNER ? 'u' : 'g'); in sid_to_id() 307 if (sidtype == SIDOWNER) { in sid_to_id() 333 if (sidtype == SIDOWNER) in sid_to_id() 759 rc = sid_to_id(cifs_sb, owner_sid_ptr, fattr, SIDOWNER); in parse_sec_desc() 831 rc = id_to_sid(id, SIDOWNER, nowner_sid_ptr); in build_sec_desc()
|
D | cifsacl.h | 39 #define SIDOWNER 1 macro
|