Searched refs:se_mount_task (Results 1 – 2 of 2) sorted by relevance
213 if (se->se_mount_task == current) { in zpl_snapdir_manage()246 ASSERT0P(se->se_mount_task); in zpl_snapdir_manage()303 se->se_mount_task = current; in zpl_snapdir_manage()347 ASSERT3P(se->se_mount_task, ==, current); in zpl_snapdir_manage()354 se->se_mount_task = NULL; in zpl_snapdir_manage()381 if (se->se_mount_task == NULL) in zpl_snapdir_automount()388 ASSERT3P(se->se_mount_task, ==, current); in zpl_snapdir_automount()
116 struct task_struct *se_mount_task; member