Searched refs:anon_gid (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_mount.h53 gid_t anon_gid; /* mapping of anonymous files gid */ member in struct:udf_args
H A Dudf_vnops.c881 gid = ump->mount_args.anon_gid;
H A Dudf_subr.c4418 gid = ump->mount_args.anon_gid;
/netbsd-6-1-5-RELEASE/sbin/mount_udf/
H A Dmount_udf.c113 gid_t anon_gid, nobody_gid; local
126 nobody_gid = anon_gid = a_gid("nobody");
139 anon_gid = a_gid(optarg);
182 args->anon_gid = anon_gid;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dops_udf.c214 udf_args.anon_gid = gid_nobody; /* default to nobody */
216 udf_args.anon_gid = a_gid(str, MNTTAB_OPT_GROUP);

Completed in 122 milliseconds