Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Ddir.c325 goto out_fname; in ubifs_create()
354 out_fname: in ubifs_create()
732 goto out_fname; in ubifs_link()
736 goto out_fname; in ubifs_link()
769 out_fname: in ubifs_link()
811 goto out_fname; in ubifs_unlink()
816 goto out_fname; in ubifs_unlink()
848 out_fname: in ubifs_unlink()
920 goto out_fname; in ubifs_rmdir()
954 out_fname: in ubifs_rmdir()
[all …]
/Linux-v4.19/Documentation/sphinx/
Dkfigure.py286 def dot2format(app, dot_fname, out_fname): argument
301 out_format = path.splitext(out_fname)[1][1:]
305 with open(out_fname, "w") as out: