Searched refs:__start_dirop (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ |
| H A D | namei.c | 2901 static struct dentry *__start_dirop(struct dentry *parent, struct qstr *name, in __start_dirop() function 2938 return __start_dirop(parent, name, lookup_flags, TASK_NORMAL); in start_dirop() 3463 return __start_dirop(parent, name, LOOKUP_CREATE, TASK_KILLABLE); in start_creating_killable() 3494 return __start_dirop(parent, name, 0, TASK_KILLABLE); in start_removing_killable()
|