Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfile.c562 return cifs_file; in cifsFileInfo_get()
583 kfree(cifs_file->llist); in cifsFileInfo_put_final()
586 cifs_put_tlink(cifs_file->tlink); in cifsFileInfo_put_final()
587 dput(cifs_file->dentry); in cifsFileInfo_put_final()
590 kfree(cifs_file); in cifsFileInfo_put_final()
629 if (cifs_file->offload) in serverclose_work()
681 cifs_file->offload = offload; in _cifsFileInfo_put()
682 if (--cifs_file->count > 0) { in _cifsFileInfo_put()
697 list_del(&cifs_file->flist); in _cifsFileInfo_put()
698 list_del(&cifs_file->tlist); in _cifsFileInfo_put()
[all …]
H A Dcifsglob.h1546 cifsFileInfo_get_locked(struct cifsFileInfo *cifs_file) in cifsFileInfo_get_locked() argument
1548 ++cifs_file->count; in cifsFileInfo_get_locked()
1551 struct cifsFileInfo *cifsFileInfo_get(struct cifsFileInfo *cifs_file);
1552 void _cifsFileInfo_put(struct cifsFileInfo *cifs_file, bool wait_oplock_hdlr,
1554 void cifsFileInfo_put(struct cifsFileInfo *cifs_file);