Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
Dcifsglob.h1529 struct cifsInodeInfo { struct
1530 struct netfs_inode netfs; /* Netfslib context and vfs inode */
1531 bool can_cache_brlcks;
1532 struct list_head llist; /* locks helb by this inode */
1538 struct rw_semaphore lock_sem; /* protect the fields above */
1540 struct list_head openFileList;
1541 spinlock_t open_file_lock; /* protects openFileList */
1542 __u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */
1543 unsigned int oplock; /* oplock/lease level we have */
1567 static inline struct cifsInodeInfo * argument
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h1461 struct cifsInodeInfo { struct
1462 bool can_cache_brlcks;
1463 struct list_head llist; /* locks helb by this inode */
1469 struct rw_semaphore lock_sem; /* protect the fields above */
1471 struct list_head openFileList;
1472 spinlock_t open_file_lock; /* protects openFileList */
1496 static inline struct cifsInodeInfo * argument