Home
last modified time | relevance | path

Searched defs:afs_vnode (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/afs/
Dinternal.h333 struct afs_vnode { struct
334 struct inode vfs_inode; /* the VFS's inode record */
336 struct afs_volume *volume; /* volume on which vnode resides */
337 struct afs_server *server; /* server currently supplying this file */
338 struct afs_fid fid; /* the file identifier for this inode */
339 struct afs_file_status status; /* AFS status info for this file */
341 struct fscache_cookie *cache; /* caching cookie */
343 struct afs_permits *permits; /* cache of permits so far obtained */
344 struct mutex permits_lock; /* lock for altering permits list */
345 struct mutex validate_lock; /* lock for validating this vnode */
[all …]