Lines Matching defs:path
2847 * @path: path from root of mount
2849 * @sid: SID for path
2860 char *path,
2872 while (path[0] == '/' && path[1] == '/')
2873 path++;
2890 (strncmp(c->u.name, path, len) == 0))
2903 * @path: path from root of mount
2905 * @sid: SID for path
2912 char *path,
2927 retval = __security_genfs_sid(policy, fstype, path,
2936 char *path,
2941 return __security_genfs_sid(policy, fstype, path, orig_sclass, sid);