Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dinternal.h505 struct afs_vnode { struct
506 struct inode vfs_inode; /* the VFS's inode record */
508 struct afs_volume *volume; /* volume on which vnode resides */
509 struct afs_fid fid; /* the file identifier for this inode */
510 struct afs_file_status status; /* AFS status info for this file */
511 afs_dataversion_t invalid_before; /* Child dentries are invalid before this */
513 struct fscache_cookie *cache; /* caching cookie */
515 struct afs_permits __rcu *permit_cache; /* cache of permits so far obtained */
516 struct mutex io_lock; /* Lock for serialising I/O on this mutex */
517 struct rw_semaphore validate_lock; /* lock for validating this vnode */
[all …]