Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c1753 struct dentry *incomplete_dir = NULL; in incfs_mount_fs() local
1832 incomplete_dir = open_or_create_special_dir(backing_dir_path.dentry, in incfs_mount_fs()
1835 if (IS_ERR_OR_NULL(incomplete_dir)) { in incfs_mount_fs()
1836 error = PTR_ERR(incomplete_dir); in incfs_mount_fs()
1842 mi->mi_incomplete_dir = incomplete_dir; in incfs_mount_fs()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3594 char *backing_dir = NULL, *index_dir = NULL, *incomplete_dir = NULL; in inotify_test() local
3611 TEST(incomplete_dir = concat_file_name(mount_dir, ".incomplete"), in inotify_test()
3612 incomplete_dir); in inotify_test()
3623 TEST(wds[2] = inotify_add_watch(notify_fd, incomplete_dir, in inotify_test()
3727 free(incomplete_dir); in inotify_test()