Searched defs:afs_vnode (Results 1 – 1 of 1) sorted by relevance
677 struct afs_vnode { struct678 struct netfs_inode netfs; /* Netfslib context and vfs inode */679 struct afs_volume *volume; /* volume on which vnode resides */680 struct afs_fid fid; /* the file identifier for this inode */687 struct key *silly_key; /* Silly rename key */688 spinlock_t wb_lock; /* lock for wb_keys */689 spinlock_t lock; /* waitqueue/flags lock */690 unsigned long flags;703 struct folio_queue *directory; /* Directory contents */705 struct list_head pending_locks; /* locks waiting to be granted */[all …]