Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
De820.c276 unsigned long current_type, last_type; in sanitize_e820_map() local
368 last_type = 0; /* start with undefined memory type */ in sanitize_e820_map()
396 if (current_type != last_type) { in sanitize_e820_map()
397 if (last_type != 0) { in sanitize_e820_map()
410 last_type = current_type; in sanitize_e820_map()
/linux-2.4.37.9/fs/
Dnamei.c635 nd->last_type = LAST_NORM; in link_path_walk()
639 nd->last_type = LAST_DOT; in link_path_walk()
641 nd->last_type = LAST_DOTDOT; in link_path_walk()
687 nd_root.last_type = LAST_ROOT; in __emul_lookup_dentry()
768 nd->last_type = LAST_ROOT; /* if there are only slashes... */ in path_init()
1055 if (nd->last_type != LAST_NORM || nd->last.name[nd->last.len]) in open_namei()
1214 if (nd->last_type == LAST_BIND) { in open_namei()
1219 if (nd->last_type != LAST_NORM) in open_namei()
1244 if (nd->last_type != LAST_NORM) in lookup_create()
1467 switch(nd.last_type) { in sys_rmdir()
[all …]
/linux-2.4.37.9/arch/i386/kernel/
Dsetup.c522 unsigned long current_type, last_type; in sanitize_e820_map() local
618 last_type = 0; /* start with undefined memory type */ in sanitize_e820_map()
646 if (current_type != last_type) { in sanitize_e820_map()
647 if (last_type != 0) { in sanitize_e820_map()
660 last_type = current_type; in sanitize_e820_map()
/linux-2.4.37.9/fs/intermezzo/
Dvfs.c672 if (nd->last_type != LAST_NORM) in lookup_create()
1070 if (nd.last_type != LAST_NORM) in lento_unlink()
1536 switch(nd.last_type) { in lento_rmdir()
1993 if (oldnd.last_type != LAST_NORM) in lento_do_rename()
1997 if (newnd.last_type != LAST_NORM) in lento_do_rename()
/linux-2.4.37.9/fs/proc/
Dbase.c526 nd->last_type = LAST_BIND; in proc_pid_follow_link()
/linux-2.4.37.9/include/linux/
Dfs.h705 int last_type; member
/linux-2.4.37.9/net/unix/
Daf_unix.c687 if (nd.last_type != LAST_NORM) in unix_bind()