sid_cache 692 source4/ntvfs/posix/pvfs_acl.c if (dom_sid_equal(&ace.trustee, pvfs->sid_cache.creator_owner)) {
sid_cache 693 source4/ntvfs/posix/pvfs_acl.c creator = pvfs->sid_cache.creator_owner;
sid_cache 695 source4/ntvfs/posix/pvfs_acl.c } else if (dom_sid_equal(&ace.trustee, pvfs->sid_cache.creator_group)) {
sid_cache 696 source4/ntvfs/posix/pvfs_acl.c creator = pvfs->sid_cache.creator_group;
sid_cache 130 source4/ntvfs/posix/vfs_posix.c pvfs->sid_cache.creator_owner = dom_sid_parse_talloc(pvfs, SID_CREATOR_OWNER);
sid_cache 131 source4/ntvfs/posix/vfs_posix.c pvfs->sid_cache.creator_group = dom_sid_parse_talloc(pvfs, SID_CREATOR_GROUP);
sid_cache 94 source4/ntvfs/posix/vfs_posix.h } sid_cache;