Home
last modified time | relevance | path

Searched refs:fsp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/kernel/
Dexec_domain.c171 struct fs_struct *fsp, *ofsp; in __set_personality() local
173 fsp = copy_fs_struct(current->fs); in __set_personality()
174 if (fsp == NULL) { in __set_personality()
181 current->fs = fsp; in __set_personality()