Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c627 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()
1523 cifs_find_fid_lock_conflict(struct cifs_fid_locks *fdlocks, __u64 offset, in cifs_find_fid_lock_conflict()
1564 struct cifs_fid_locks *cur; in cifs_find_lock_conflict()
H A Dcifsglob.h1458 struct cifs_fid_locks { struct
1469 struct cifs_fid_locks *llist; /* brlocks held by this fid */ argument