Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dfile.c370 cifsFileInfo_get(struct cifsFileInfo *cifs_file) in cifsFileInfo_get() argument
372 spin_lock(&cifs_file->file_info_lock); in cifsFileInfo_get()
373 cifsFileInfo_get_locked(cifs_file); in cifsFileInfo_get()
374 spin_unlock(&cifs_file->file_info_lock); in cifsFileInfo_get()
375 return cifs_file; in cifsFileInfo_get()
383 void cifsFileInfo_put(struct cifsFileInfo *cifs_file) in cifsFileInfo_put() argument
385 _cifsFileInfo_put(cifs_file, true); in cifsFileInfo_put()
401 void _cifsFileInfo_put(struct cifsFileInfo *cifs_file, bool wait_oplock_handler) in _cifsFileInfo_put() argument
403 struct inode *inode = d_inode(cifs_file->dentry); in _cifsFileInfo_put()
404 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in _cifsFileInfo_put()
[all …]
Dcifsglob.h1367 cifsFileInfo_get_locked(struct cifsFileInfo *cifs_file) in cifsFileInfo_get_locked() argument
1369 ++cifs_file->count; in cifsFileInfo_get_locked()
1372 struct cifsFileInfo *cifsFileInfo_get(struct cifsFileInfo *cifs_file);
1373 void _cifsFileInfo_put(struct cifsFileInfo *cifs_file, bool wait_oplock_hdlr);
1374 void cifsFileInfo_put(struct cifsFileInfo *cifs_file);