Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsproto.h292 extern void cifs_close_deferred_file_under_dentry(struct cifs_tcon *cifs_tcon,
Dinode.c1750 cifs_close_deferred_file_under_dentry(tcon, full_path); in cifs_unlink()
2259 cifs_close_deferred_file_under_dentry(tcon, from_name);
2261 cifs_close_deferred_file_under_dentry(tcon, to_name);
Dmisc.c812 cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon, const char *path) in cifs_close_deferred_file_under_dentry() function