Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dcifsglob.h1412 struct cifsInodeInfo { struct
1413 bool can_cache_brlcks;
1414 struct list_head llist; /* locks helb by this inode */
1420 struct rw_semaphore lock_sem; /* protect the fields above */
1422 struct list_head openFileList;
1423 spinlock_t open_file_lock; /* protects openFileList */
1424 __u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */
1425 unsigned int oplock; /* oplock/lease level we have */
1426 unsigned int epoch; /* used to track lease state changes */
1452 static inline struct cifsInodeInfo * argument

Completed in 20 milliseconds