Searched defs:afs_vnode (Results 1 – 1 of 1) sorted by relevance
625 struct afs_vnode { struct626 struct inode vfs_inode; /* the VFS's inode record */628 struct afs_volume *volume; /* volume on which vnode resides */629 struct afs_fid fid; /* the file identifier for this inode */630 struct afs_file_status status; /* AFS status info for this file */633 struct fscache_cookie *cache; /* caching cookie */639 struct key *silly_key; /* Silly rename key */640 spinlock_t wb_lock; /* lock for wb_keys */641 spinlock_t lock; /* waitqueue/flags lock */642 unsigned long flags;[all …]
Completed in 16 milliseconds