Searched defs:cifsInodeInfo (Results 1 – 1 of 1) sorted by relevance
1511 struct cifsInodeInfo { struct1512 struct netfs_inode netfs; /* Netfslib context and vfs inode */1513 bool can_cache_brlcks;1514 struct list_head llist; /* locks helb by this inode */1520 struct rw_semaphore lock_sem; /* protect the fields above */1522 struct list_head openFileList;1523 spinlock_t open_file_lock; /* protects openFileList */1524 __u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */1525 unsigned int oplock; /* oplock/lease level we have */1549 static inline struct cifsInodeInfo * argument
Completed in 16 milliseconds