Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dinternal.h623 struct afs_vnode { struct
624 struct netfs_inode netfs; /* Netfslib context and vfs inode */
625 struct afs_volume *volume; /* volume on which vnode resides */
626 struct afs_fid fid; /* the file identifier for this inode */
627 struct afs_file_status status; /* AFS status info for this file */
630 struct mutex io_lock; /* Lock for serialising I/O on this mutex */
633 struct key *silly_key; /* Silly rename key */
634 spinlock_t wb_lock; /* lock for wb_keys */
635 spinlock_t lock; /* waitqueue/flags lock */
636 unsigned long flags;
[all …]