Searched defs:cifsInodeInfo (Results 1 – 1 of 1) sorted by relevance
1573 struct cifsInodeInfo { struct1574 struct netfs_inode netfs; /* Netfslib context and vfs inode */1575 bool can_cache_brlcks;1576 struct list_head llist; /* locks helb by this inode */1582 struct rw_semaphore lock_sem; /* protect the fields above */1584 struct list_head openFileList;1585 spinlock_t open_file_lock; /* protects openFileList */1586 __u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */1610 static inline struct cifsInodeInfo * argument