Home
last modified time | relevance | path

Searched defs:cifsInodeInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1571 struct cifsInodeInfo { struct
1572 struct netfs_inode netfs; /* Netfslib context and vfs inode */
1573 bool can_cache_brlcks;
1574 struct list_head llist; /* locks helb by this inode */
1580 struct rw_semaphore lock_sem; /* protect the fields above */
1582 struct list_head openFileList;
1583 spinlock_t open_file_lock; /* protects openFileList */
1584 __u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */
1585 unsigned int oplock; /* oplock/lease level we have */
1586 unsigned int epoch; /* used to track lease state changes */
[all …]