| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | nfs_subr.c | 959 static void fattr_to_fattr3(nfsfattr *fattr, am_fattr3 *fattr3) in fattr_to_fattr3() argument 961 fattr3->type = ftype_to_ftype3(fattr->na_type); in fattr_to_fattr3() 962 fattr3->mode = (am_mode3) fattr->na_mode; in fattr_to_fattr3() 963 fattr3->nlink = fattr->na_nlink; in fattr_to_fattr3() 964 fattr3->uid = (am_uid3) fattr->na_uid; in fattr_to_fattr3() 965 fattr3->gid = (am_uid3) fattr->na_gid; in fattr_to_fattr3() 966 fattr3->size = (am_size3) fattr->na_size; in fattr_to_fattr3() 967 fattr3->used = (am_size3) fattr->na_size; in fattr_to_fattr3() 968 rdev_to_am_specdata3(fattr->na_rdev, &fattr3->rdev); in fattr_to_fattr3() 969 fattr3->fsid = (uint64) fattr->na_fsid; in fattr_to_fattr3() [all …]
|
| H A D | map.c | 374 mk_fattr(nfsfattr *fattr, nfsftype vntype) in mk_fattr() argument 378 fattr->na_type = NFDIR; in mk_fattr() 379 fattr->na_mode = NFSMODE_DIR | 0555; in mk_fattr() 380 fattr->na_nlink = 2; in mk_fattr() 381 fattr->na_size = 512; in mk_fattr() 384 fattr->na_type = NFLNK; in mk_fattr() 385 fattr->na_mode = NFSMODE_LNK | 0777; in mk_fattr() 386 fattr->na_nlink = 1; in mk_fattr() 387 fattr->na_size = 0; in mk_fattr()
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | nfs_prot.x | 117 struct fattr { struct 155 fattr attributes; 175 fattr attributes; 209 fattr attributes; /* attributes, need for pagin*/
|
| /netbsd-src/sbin/mount_cd9660/ |
| H A D | Makefile | 7 SRCS= mount_cd9660.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_sysvbfs/ |
| H A D | Makefile | 6 SRCS= mount_sysvbfs.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_v7fs/ |
| H A D | Makefile | 6 SRCS= mount_v7fs.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_ntfs/ |
| H A D | Makefile | 9 SRCS= mount_ntfs.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_msdos/ |
| H A D | Makefile | 6 SRCS= mount_msdos.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_tmpfs/ |
| H A D | Makefile | 6 SRCS= mount_tmpfs.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_filecore/ |
| H A D | Makefile | 8 SRCS= mount_filecore.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_chfs/ |
| H A D | Makefile | 6 SRCS= mount_chfs.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_nilfs/ |
| H A D | Makefile | 6 SRCS= mount_nilfs.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_ados/ |
| H A D | Makefile | 6 SRCS= mount_ados.c fattr.c pathadj.c
|
| /netbsd-src/sbin/mount_udf/ |
| H A D | Makefile | 6 SRCS= mount_udf.c fattr.c pathadj.c
|
| /netbsd-src/sbin/newfs_udf/ |
| H A D | Makefile | 8 udf_osta.c fattr.c
|
| /netbsd-src/sbin/fsck_udf/ |
| H A D | Makefile | 8 udf_osta.c fattr.c fsutil.c
|
| /netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| H A D | nfs_prot_sunos4.h | 156 typedef struct fattr nfsfattr; 242 struct fattr { struct
|
| H A D | nfs_prot_sunos5_6.h | 122 typedef struct fattr nfsfattr; 232 struct fattr { struct
|
| H A D | nfs_prot_sunos5_8.h | 120 typedef struct fattr nfsfattr; 230 struct fattr { struct
|
| H A D | nfs_prot_hpux.h | 158 typedef struct fattr nfsfattr; 244 struct fattr { struct
|
| H A D | nfs_prot_sunos5_5.h | 117 typedef struct fattr nfsfattr; 227 struct fattr { struct
|
| H A D | nfs_prot_sunos3.h | 156 typedef struct fattr nfsfattr; 242 struct fattr { struct
|
| H A D | nfs_prot_sunos5_7.h | 127 typedef struct fattr nfsfattr; 242 struct fattr { struct
|
| H A D | nfs_prot_bsdi2.h | 159 typedef struct fattr nfsfattr; 277 struct fattr { struct
|
| H A D | nfs_prot_irix5.h | 205 typedef struct fattr nfsfattr; 296 struct fattr { struct
|