Searched refs:dirname (Results 1 – 3 of 3) sorted by relevance
/fs/adfs/ |
D | dir_f.h | 41 char dirname[10]; member 55 char dirname[10]; member
|
/fs/cachefiles/ |
D | namei.c | 86 const char *dirname, in cachefiles_get_directory() argument 93 _enter(",,%s", dirname); in cachefiles_get_directory() 101 subdir = lookup_one_len(dirname, dir, strlen(dirname)); in cachefiles_get_directory() 169 pr_err("%s is not a directory\n", dirname); in cachefiles_get_directory() 199 pr_err("mkdir %s failed with error %d\n", dirname, ret); in cachefiles_get_directory() 205 pr_err("Lookup %s failed with error %d\n", dirname, ret); in cachefiles_get_directory()
|
/fs/notify/inotify/ |
D | inotify_user.c | 373 static int inotify_find_inode(const char __user *dirname, struct path *path, in inotify_find_inode() argument 378 error = user_path_at(AT_FDCWD, dirname, flags, path); in inotify_find_inode()
|