Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsacl.c131 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str()
293 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid()
303 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid()
367 if (sidtype != SIDOWNER) in sid_to_id()
409 __func__, sidstr, sidtype == SIDOWNER ? 'u' : 'g'); in sid_to_id()
427 if (sidtype == SIDOWNER) { in sid_to_id()
455 if (sidtype == SIDOWNER) in sid_to_id()
972 rc = sid_to_id(cifs_sb, owner_sid_ptr, fattr, SIDOWNER); in parse_sec_desc()
1055 rc = id_to_sid(id, SIDOWNER, nowner_sid_ptr); in build_sec_desc()
Dcifsacl.h39 #define SIDOWNER 1 macro
Dreaddir.c293 sid_to_id(cifs_sb, &parsed.owner, fattr, SIDOWNER); in cifs_posix_to_fattr()