Searched defs:wnl_fattr (Results 1 – 1 of 1) sorted by relevance
119 struct wnl_fattr { struct120 wnl_ftype type; /* file type */121 unsigned mode; /* protection mode bits */122 unsigned nlink; /* # hard links */123 unsigned uid; /* owner user id */124 unsigned gid; /* owner group id */148 wnl_fattr attributes; argument