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