Searched defs:afs_vnode (Results 1 – 1 of 1) sorted by relevance
684 struct afs_vnode { struct685 struct netfs_inode netfs; /* Netfslib context and vfs inode */686 struct afs_volume *volume; /* volume on which vnode resides */687 struct afs_fid fid; /* the file identifier for this inode */694 struct key *silly_key; /* Silly rename key */695 spinlock_t wb_lock; /* lock for wb_keys */696 spinlock_t lock; /* waitqueue/flags lock */697 unsigned long flags;710 struct folio_queue *directory; /* Directory contents */712 struct list_head pending_locks; /* locks waiting to be granted */[all …]
Completed in 14 milliseconds