Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dcifsglob.h1307 struct cifsLockInfo { struct
1308 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1309 struct list_head blist; /* pointer to locks blocked on this */
1310 wait_queue_head_t block_q;
1311 __u64 offset;
1312 __u64 length;
1313 __u32 pid;
1314 __u16 type;
1315 __u16 flags;

Completed in 15 milliseconds