Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/afs/
A Dinternal.h621 struct afs_vnode { struct
622 struct netfs_inode netfs; /* Netfslib context and vfs inode */
623 struct afs_volume *volume; /* volume on which vnode resides */
624 struct afs_fid fid; /* the file identifier for this inode */
625 struct afs_file_status status; /* AFS status info for this file */
628 struct mutex io_lock; /* Lock for serialising I/O on this mutex */
631 struct key *silly_key; /* Silly rename key */
632 spinlock_t wb_lock; /* lock for wb_keys */
633 spinlock_t lock; /* waitqueue/flags lock */
634 unsigned long flags;
[all …]

Completed in 13 milliseconds