Home
last modified time | relevance | path

Searched refs:dynamic_dname (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/fs/
H A Danon_inodes.c35 return dynamic_dname(buffer, buflen, "anon_inode:%s", in anon_inodefs_dname()
H A Dd_path.c301 char *dynamic_dname(char *buffer, int buflen, const char *fmt, ...) in dynamic_dname() function
H A Dnsfs.c35 return dynamic_dname(buffer, buflen, "%s:[%lu]", in ns_dname()
H A Dpidfs.c650 return dynamic_dname(buffer, buflen, "anon_inode:[pidfd]"); in pidfs_dname()
H A Dpipe.c875 return dynamic_dname(buffer, buflen, "pipe:[%lu]", in pipefs_dname()
/linux-6.15/include/linux/
H A Ddcache.h297 char *dynamic_dname(char *, int, const char *, ...);
/linux-6.15/drivers/dma-buf/
H A Ddma-buf.c80 return dynamic_dname(buffer, buflen, "/%s:%s", in dmabuffs_dname()
/linux-6.15/Documentation/filesystems/
H A Dvfs.rst1387 dynamic_dname() helper function is provided to take care of
1396 return dynamic_dname(dentry, buffer, buflen, "pipe:[%lu]",
/linux-6.15/net/
H A Dsocket.c363 return dynamic_dname(buffer, buflen, "socket:[%lu]", in sockfs_dname()