Searched defs:cifsInodeInfo (Results 1 – 1 of 1) sorted by relevance
1546 struct cifsInodeInfo { struct1547 struct netfs_inode netfs; /* Netfslib context and vfs inode */1548 bool can_cache_brlcks;1549 struct list_head llist; /* locks helb by this inode */1555 struct rw_semaphore lock_sem; /* protect the fields above */1557 struct list_head openFileList;1558 spinlock_t open_file_lock; /* protects openFileList */1559 __u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */1560 unsigned int oplock; /* oplock/lease level we have */1584 static inline struct cifsInodeInfo * argument