Lines Matching refs:FT_DIR
111 #define FT_DIR 0 macro
112 #define FT_DIRm (1 << FT_DIR)
703 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup()
713 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge()
722 if (ft == FT_DIR) in del_from_flist()
725 if (ft == FT_DIR) in del_from_flist()
740 flp = &flist[FT_DIR]; in dirid_to_fent()
801 fent_to_name(name, &flist[FT_DIR], pfep); in fent_to_name()
845 fent_to_name(name, &flist[FT_DIR], fep); in generate_fname()
1709 fent_to_name(&f, &flist[FT_DIR], fep); in creat_f()
2134 fent_to_name(&l, &flist[FT_DIR], fep); in link_f()
2168 e = generate_fname(fep, FT_DIR, &f, &id, &v1); in mkdir_f()
2172 fent_to_name(&f, &flist[FT_DIR], fep); in mkdir_f()
2182 add_to_flist(FT_DIR, id, parid); in mkdir_f()
2207 fent_to_name(&f, &flist[FT_DIR], fep); in mknod_f()
2334 fent_to_name(&f, &flist[FT_DIR], dfep); in rename_f()
2345 if (flp - flist == FT_DIR) { in rename_f()
2430 del_from_flist(FT_DIR, fep - flist[FT_DIR].fents); in rmdir_f()
2479 fent_to_name(&f, &flist[FT_DIR], fep); in symlink_f()