Home
last modified time | relevance | path

Searched refs:SIDOWNER (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/cifs/
Dcifsacl.c133 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()
881 rc = sid_to_id(cifs_sb, owner_sid_ptr, fattr, SIDOWNER); in parse_sec_desc()
953 rc = id_to_sid(id, SIDOWNER, nowner_sid_ptr); in build_sec_desc()
Dcifsacl.h39 #define SIDOWNER 1 macro