Searched refs:hmdfs_do_vfs_mkdir (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | stash.c | 154 static struct dentry *hmdfs_do_vfs_mkdir(struct dentry *parent, in hmdfs_do_vfs_mkdir() function 194 base = hmdfs_do_vfs_mkdir(parent, HMDFS_STASH_DIR_NAME, in hmdfs_stash_new_work_dir() 199 work = hmdfs_do_vfs_mkdir(base, HMDFS_STASH_FMT_DIR_NAME, in hmdfs_stash_new_work_dir() 214 parent = hmdfs_do_vfs_mkdir(d_path->dentry, cid, strlen(cid), 0700); in hmdfs_new_stash_file()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | stash.c | 154 static struct dentry *hmdfs_do_vfs_mkdir(struct dentry *parent, in hmdfs_do_vfs_mkdir() function 194 base = hmdfs_do_vfs_mkdir(parent, HMDFS_STASH_DIR_NAME, in hmdfs_stash_new_work_dir() 199 work = hmdfs_do_vfs_mkdir(base, HMDFS_STASH_FMT_DIR_NAME, in hmdfs_stash_new_work_dir() 213 parent = hmdfs_do_vfs_mkdir(d_path->dentry, cid, strlen(cid), 0700); in hmdfs_new_stash_file()
|
Completed in 7 milliseconds