Home
last modified time | relevance | path

Searched refs:cifs_fid_locks (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2file.c363 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks()
410 struct cifs_fid_locks *fdlocks; in smb2_push_mandatory_locks()
H A Dfile.c633 struct cifs_fid_locks *cur; in cifs_has_mand_locks()
665 struct cifs_fid_locks *fdlocks; in cifs_new_fileinfo()
673 fdlocks = kzalloc_obj(struct cifs_fid_locks); in cifs_new_fileinfo()
1594 cifs_find_fid_lock_conflict(struct cifs_fid_locks *fdlocks, __u64 offset, in cifs_find_fid_lock_conflict()
1635 struct cifs_fid_locks *cur; in cifs_find_lock_conflict()
H A Dcifsglob.h1431 struct cifs_fid_locks { struct
1442 struct cifs_fid_locks *llist; /* brlocks held by this fid */ argument