Home
last modified time | relevance | path

Searched refs:nobody_gid (Results 1 – 7 of 7) sorted by relevance

/netbsd/sbin/mount_udf/
H A Dmount_udf.c107 gid_t anon_gid, nobody_gid; in mount_udf_parseargs() local
120 nobody_gid = anon_gid = a_gid("nobody"); in mount_udf_parseargs()
124 assert(nobody_gid != 0); in mount_udf_parseargs()
178 args->nobody_gid = nobody_gid; in mount_udf_parseargs()
/netbsd/sys/fs/udf/
H A Dudf_mount.h48 gid_t nobody_gid; /* nobody:nobody will map to -1:-1 */ member
H A Dudf_subr.c4479 gid_t nobody_gid; in udf_setownership() local
4485 nobody_gid = ump->mount_args.nobody_gid; in udf_setownership()
4488 if (gid == nobody_gid) in udf_setownership()
/netbsd/external/bsd/am-utils/dist/amd/
H A Dops_udf.c198 udf_args.nobody_gid = gid_nobody; in mount_udf()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_fs.c955 fs_args.udf_args.nobody_gid = in netbsd32___mount50()
956 fs_args32.udf_args.nobody_gid; in netbsd32___mount50()
1092 fs_args32.udf_args.nobody_gid = in netbsd32___mount50()
1093 fs_args.udf_args.nobody_gid; in netbsd32___mount50()
H A Dnetbsd32.h1167 gid_t nobody_gid; /* nobody:nobody will map to -1:-1 */ member
/netbsd/external/bsd/am-utils/dist/
H A Dconfigure.ac968 AMU_CHECK_FIELD(udf_args_t.nobody_gid)