Searched defs:fattr (Results 1 – 8 of 8) sorted by relevance
120 struct fattr { struct121 ftype type; /* file type */122 unsigned mode; /* protection mode bits */123 unsigned nlink; /* # hard links */124 unsigned uid; /* owner user id */125 unsigned gid; /* owner group id */126 unsigned size; /* file size in bytes */127 unsigned blocksize; /* prefered block size */128 unsigned rdev; /* special device # */129 unsigned blocks; /* Kb of disk used by file */[all …]
277 f_attr_t fattr; in sysattr_list() local
1765 struct smbfattr fattr; in smbfs_create() local2359 struct smbfattr fattr; in smbfs_mkdir() local
801 DWORD fattr = FILE_ATTRIBUTE_NORMAL|FILE_FLAG_DELETE_ON_CLOSE; in unlink() local
373 smb_attr_t fattr; in smb_fsop_create_stream() local
2496 f_attr_t fattr; in set_sysattrb_display() local
464 dladm_flow_attr_t fattr; in stat_report() local
1835 u_long fattr; /* mode for UNIX, fattr for NT */ member