Home
last modified time | relevance | path

Searched refs:fattr (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c959 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 Dmap.c374 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 Dnfs_prot.x117 struct fattr { struct
155 fattr attributes;
175 fattr attributes;
209 fattr attributes; /* attributes, need for pagin*/
/netbsd-src/sbin/mount_cd9660/
H A DMakefile7 SRCS= mount_cd9660.c fattr.c pathadj.c
/netbsd-src/sbin/mount_sysvbfs/
H A DMakefile6 SRCS= mount_sysvbfs.c fattr.c pathadj.c
/netbsd-src/sbin/mount_v7fs/
H A DMakefile6 SRCS= mount_v7fs.c fattr.c pathadj.c
/netbsd-src/sbin/mount_ntfs/
H A DMakefile9 SRCS= mount_ntfs.c fattr.c pathadj.c
/netbsd-src/sbin/mount_msdos/
H A DMakefile6 SRCS= mount_msdos.c fattr.c pathadj.c
/netbsd-src/sbin/mount_tmpfs/
H A DMakefile6 SRCS= mount_tmpfs.c fattr.c pathadj.c
/netbsd-src/sbin/mount_filecore/
H A DMakefile8 SRCS= mount_filecore.c fattr.c pathadj.c
/netbsd-src/sbin/mount_chfs/
H A DMakefile6 SRCS= mount_chfs.c fattr.c pathadj.c
/netbsd-src/sbin/mount_nilfs/
H A DMakefile6 SRCS= mount_nilfs.c fattr.c pathadj.c
/netbsd-src/sbin/mount_ados/
H A DMakefile6 SRCS= mount_ados.c fattr.c pathadj.c
/netbsd-src/sbin/mount_udf/
H A DMakefile6 SRCS= mount_udf.c fattr.c pathadj.c
/netbsd-src/sbin/newfs_udf/
H A DMakefile8 udf_osta.c fattr.c
/netbsd-src/sbin/fsck_udf/
H A DMakefile8 udf_osta.c fattr.c fsutil.c
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_sunos4.h156 typedef struct fattr nfsfattr;
242 struct fattr { struct
H A Dnfs_prot_sunos5_6.h122 typedef struct fattr nfsfattr;
232 struct fattr { struct
H A Dnfs_prot_sunos5_8.h120 typedef struct fattr nfsfattr;
230 struct fattr { struct
H A Dnfs_prot_hpux.h158 typedef struct fattr nfsfattr;
244 struct fattr { struct
H A Dnfs_prot_sunos5_5.h117 typedef struct fattr nfsfattr;
227 struct fattr { struct
H A Dnfs_prot_sunos3.h156 typedef struct fattr nfsfattr;
242 struct fattr { struct
H A Dnfs_prot_sunos5_7.h127 typedef struct fattr nfsfattr;
242 struct fattr { struct
H A Dnfs_prot_bsdi2.h159 typedef struct fattr nfsfattr;
277 struct fattr { struct
H A Dnfs_prot_irix5.h205 typedef struct fattr nfsfattr;
296 struct fattr { struct

123