Searched refs:incomplete_dir (Results 1 – 2 of 2) sorted by relevance
1753 struct dentry *incomplete_dir = NULL; in incfs_mount_fs() local1832 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()
3594 char *backing_dir = NULL, *index_dir = NULL, *incomplete_dir = NULL; in inotify_test() local3611 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()