Lines Matching refs:FT_DIR
138 #define FT_DIR 0 macro
139 #define FT_DIRm (1 << FT_DIR)
730 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup()
740 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge()
749 if (ft == FT_DIR) in del_from_flist()
752 if (ft == FT_DIR) in del_from_flist()
767 flp = &flist[FT_DIR]; in dirid_to_fent()
828 fent_to_name(name, &flist[FT_DIR], pfep); in fent_to_name()
872 fent_to_name(name, &flist[FT_DIR], fep); in generate_fname()
1734 fent_to_name(&f, &flist[FT_DIR], fep); in creat_f()
2159 fent_to_name(&l, &flist[FT_DIR], fep); in link_f()
2193 e = generate_fname(fep, FT_DIR, &f, &id, &v1); in mkdir_f()
2197 fent_to_name(&f, &flist[FT_DIR], fep); in mkdir_f()
2207 add_to_flist(FT_DIR, id, parid); in mkdir_f()
2232 fent_to_name(&f, &flist[FT_DIR], fep); in mknod_f()
2359 fent_to_name(&f, &flist[FT_DIR], dfep); in rename_f()
2370 if (flp - flist == FT_DIR) { in rename_f()
2455 del_from_flist(FT_DIR, fep - flist[FT_DIR].fents); in rmdir_f()
2504 fent_to_name(&f, &flist[FT_DIR], fep); in symlink_f()