Searched defs:coda_inode_info (Results 1 – 1 of 1) sorted by relevance
19 struct coda_inode_info { struct20 struct ViceFid c_fid; /* Coda identifier */21 u_short c_flags; /* flags (see below) */22 struct list_head c_cilist; /* list of all coda inodes */23 int c_mapcount; /* how often is this inode mmapped */24 struct coda_cred c_cached_cred; /* credentials of cached perms */25 unsigned int c_cached_perm; /* cached access permissions */