Searched defs:afs_vnode (Results 1 – 1 of 1) sorted by relevance
698 struct afs_vnode { struct699 struct netfs_inode netfs; /* Netfslib context and vfs inode */700 struct afs_volume *volume; /* volume on which vnode resides */701 struct afs_fid fid; /* the file identifier for this inode */702 struct afs_file_status status; /* AFS status info for this file */705 struct mutex io_lock; /* Lock for serialising I/O on this mutex */708 struct key *silly_key; /* Silly rename key */709 spinlock_t wb_lock; /* lock for wb_keys */710 spinlock_t lock; /* waitqueue/flags lock */711 unsigned long flags;[all …]
Completed in 14 milliseconds