Home
last modified time | relevance | path

Searched refs:simple_dname (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/
Dd_path.c309 char *simple_dname(struct dentry *dentry, char *buffer, int buflen) in simple_dname() function
319 EXPORT_SYMBOL(simple_dname);
Dfile_table.c218 .d_dname = simple_dname in alloc_file_pseudo()
/linux-4.19.296/include/linux/
Ddcache.h294 extern char *simple_dname(struct dentry *, char *, int);
/linux-4.19.296/drivers/misc/cxl/
Dapi.c41 .d_dname = simple_dname,
/linux-4.19.296/drivers/virtio/
Dvirtio_balloon.c513 .d_dname = simple_dname, in balloon_mount()