Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ubifs/
Ddir.c311 goto out_fname; in ubifs_create()
340 out_fname: in ubifs_create()
718 goto out_fname; in ubifs_link()
722 goto out_fname; in ubifs_link()
755 out_fname: in ubifs_link()
795 goto out_fname; in ubifs_unlink()
800 goto out_fname; in ubifs_unlink()
832 out_fname: in ubifs_unlink()
902 goto out_fname; in ubifs_rmdir()
936 out_fname: in ubifs_rmdir()
[all …]
/Linux-v5.4/Documentation/sphinx/
Dkfigure.py291 def dot2format(app, dot_fname, out_fname): argument
306 out_format = path.splitext(out_fname)[1][1:]
310 with open(out_fname, "w") as out: