Lines Matching refs:MAPUSERS
350 scx->mapping[MAPUSERS] = ctx->security.mapping[MAPUSERS]; in ntfs_fuse_fill_security_context()
372 return (ctx->security.mapping[MAPUSERS] != (struct MAPPING*)NULL); in ntfs_fuse_fill_security_context()
755 withusermapping = (scx->mapping[MAPUSERS] != (struct MAPPING*)NULL); in ntfs_fuse_getstat()
1869 if ((!scx->mapping[MAPUSERS] || ctx->inherit) in ntfs_fuse_chmod()
1878 if (scx->mapping[MAPUSERS] && !ctx->inherit) { in ntfs_fuse_chmod()
1908 if ((!scx->mapping[MAPUSERS] || ctx->inherit) in ntfs_fuse_chown()
1919 if (scx->mapping[MAPUSERS] in ntfs_fuse_chown()
1950 if ((!scx->mapping[MAPUSERS] || ctx->inherit) in ntfs_fuse_chownmod()
1961 if (scx->mapping[MAPUSERS] && !ctx->inherit) { in ntfs_fuse_chownmod()
2015 if (scx->mapping[MAPUSERS] in ntfs_fuse_trunc()
2399 if (!ctx->security.mapping[MAPUSERS]) in ntfs_fuse_create()
2466 if (ctx->security.mapping[MAPUSERS]) { in ntfs_fuse_create()
3342 if (ctx->silent && !ctx->security.mapping[MAPUSERS]) in ntfs_check_access_xattr()
4793 ctx->security.mapping[MAPUSERS] = (struct MAPPING*)NULL;