Home
last modified time | relevance | path

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

/linux-6.14.4/fs/afs/
Dinternal.h683 struct afs_vnode { struct
684 struct netfs_inode netfs; /* Netfslib context and vfs inode */
685 struct afs_volume *volume; /* volume on which vnode resides */
686 struct afs_fid fid; /* the file identifier for this inode */
687 struct afs_file_status status; /* AFS status info for this file */
688 afs_dataversion_t invalid_before; /* Child dentries are invalid before this */
689 struct afs_permits __rcu *permit_cache; /* cache of permits so far obtained */
690 struct list_head io_lock_waiters; /* Threads waiting for the I/O lock */
691 struct rw_semaphore validate_lock; /* lock for validating this vnode */
692 struct rw_semaphore rmdir_lock; /* Lock for rmdir vs sillyrename */
[all …]