Home
last modified time | relevance | path

Searched refs:__getname (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/security/integrity/ima/
Dima_api.c361 *pathbuf = __getname(); in ima_d_path()
/Linux-v4.19/fs/
Dd_path.c428 char *page = __getname(); in SYSCALL_DEFINE2()
Dnamei.c140 result = __getname(); in getname_flags()
220 result = __getname(); in getname_kernel()
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c117 char *name = __getname(); in dentry_name()
145 name = __getname(); in follow_link()
/Linux-v4.19/drivers/staging/erofs/
Dsuper.c396 sbi->dev_name = __getname(); in erofs_read_super()
/Linux-v4.19/drivers/base/firmware_loader/
Dmain.c311 path = __getname(); in fw_get_filesystem_firmware()
/Linux-v4.19/fs/fat/
Dnamei_vfat.c597 uname = __getname(); in vfat_build_slots()
Ddir.c288 *unicode = __getname(); in fat_parse_long()
/Linux-v4.19/kernel/
Dsysctl_binary.c1264 tmp = __getname(); in sysctl_getname()
/Linux-v4.19/include/linux/
Dfs.h2475 #define __getname() kmem_cache_alloc(names_cachep, GFP_KERNEL) macro