Home
last modified time | relevance | path

Searched defs:fattr (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/include/rpcsvc/
H A Dnfs_prot.x112 struct fattr { struct
113 ftype type; /* file type */
114 unsigned mode; /* protection mode bits */
115 unsigned nlink; /* # hard links */
116 unsigned uid; /* owner user id */
117 unsigned gid; /* owner group id */
118 unsigned size; /* file size in bytes */
119 unsigned blocksize; /* prefered block size */
120 unsigned rdev; /* special device # */
121 unsigned blocks; /* Kb of disk used by file */
[all …]
/dflybsd-src/sys/vfs/smbfs/
H A Dsmbfs_vnops.c269 struct smbfattr fattr; in smbfs_getattr() local
467 struct smbfattr fattr; in smbfs_create() local
652 struct smbfattr fattr; in smbfs_mkdir() local
1022 struct smbfattr fattr, *fap; in smbfs_lookup() local
H A Dsmbfs_vfsops.c265 struct smbfattr fattr; in smbfs_root() local