Lines Matching refs:base
191 struct dentry *base = NULL;
194 base = hmdfs_do_vfs_mkdir(parent, HMDFS_STASH_DIR_NAME,
196 if (IS_ERR(base))
197 return base;
199 work = hmdfs_do_vfs_mkdir(base, HMDFS_STASH_FMT_DIR_NAME,
201 dput(base);
701 static void hmdfs_init_stash_cache_work_fn(struct work_struct *base)
704 container_of(base, struct hmdfs_stash_work, work);
1784 static void hmdfs_rebuild_check_work_fn(struct work_struct *base)
1787 container_of(base, struct hmdfs_check_work, work);