Searched defs:cifsInodeInfo (Results 1 – 1 of 1) sorted by relevance
1541 struct cifsInodeInfo { struct1542 struct netfs_inode netfs; /* Netfslib context and vfs inode */1543 bool can_cache_brlcks;1544 struct list_head llist; /* locks helb by this inode */1550 struct rw_semaphore lock_sem; /* protect the fields above */1552 struct list_head openFileList;1553 spinlock_t open_file_lock; /* protects openFileList */1554 __u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */1578 static inline struct cifsInodeInfo * argument