Searched defs:afs_vnode (Results 1 – 1 of 1) sorted by relevance
329 struct afs_vnode { struct330 struct inode vfs_inode; /* the VFS's inode record */332 struct afs_volume *volume; /* volume on which vnode resides */333 struct afs_server *server; /* server currently supplying this file */334 struct afs_fid fid; /* the file identifier for this inode */335 struct afs_file_status status; /* AFS status info for this file */337 struct cachefs_cookie *cache; /* caching cookie */339 struct afs_permits *permits; /* cache of permits so far obtained */340 struct mutex permits_lock; /* lock for altering permits list */341 struct mutex validate_lock; /* lock for validating this vnode */[all …]