Searched refs:cifs_fid_locks (Results 1 – 3 of 3) sorted by relevance
359 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks()406 struct cifs_fid_locks *fdlocks; in smb2_push_mandatory_locks()
627 struct cifs_fid_locks *cur; in cifs_has_mand_locks()659 struct cifs_fid_locks *fdlocks; in cifs_new_fileinfo()667 fdlocks = kzalloc(sizeof(struct cifs_fid_locks), GFP_KERNEL); in cifs_new_fileinfo()1528 cifs_find_fid_lock_conflict(struct cifs_fid_locks *fdlocks, __u64 offset, in cifs_find_fid_lock_conflict()1569 struct cifs_fid_locks *cur; in cifs_find_lock_conflict()
1461 struct cifs_fid_locks { struct1472 struct cifs_fid_locks *llist; /* brlocks held by this fid */ argument