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