Searched defs:cifsInodeInfo (Results 1 – 1 of 1) sorted by relevance
1402 struct cifsInodeInfo { struct1403 bool can_cache_brlcks;1404 struct list_head llist; /* locks helb by this inode */1410 struct rw_semaphore lock_sem; /* protect the fields above */1412 struct list_head openFileList;1413 spinlock_t open_file_lock; /* protects openFileList */1414 __u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */1415 unsigned int oplock; /* oplock/lease level we have */1416 unsigned int epoch; /* used to track lease state changes */1442 static inline struct cifsInodeInfo * argument