Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/
Dfsstress.c711 void dcache_enter(int dirid, int slot) in dcache_enter() argument
713 dcache[dirid % NDCACHE] = slot; in dcache_enter()
724 fent_t *dcache_lookup(int dirid) in dcache_lookup() argument
729 i = dcache[dirid % NDCACHE]; in dcache_lookup()
730 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup()
735 void dcache_purge(int dirid) in dcache_purge() argument
739 dcp = &dcache[dirid % NDCACHE]; in dcache_purge()
740 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge()
759 fent_t *dirid_to_fent(int dirid) in dirid_to_fent() argument
765 if ((fep = dcache_lookup(dirid))) in dirid_to_fent()
[all …]
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c684 void dcache_enter(int dirid, int slot) in dcache_enter() argument
686 dcache[dirid % NDCACHE] = slot; in dcache_enter()
697 fent_t *dcache_lookup(int dirid) in dcache_lookup() argument
702 i = dcache[dirid % NDCACHE]; in dcache_lookup()
703 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup()
708 void dcache_purge(int dirid) in dcache_purge() argument
712 dcp = &dcache[dirid % NDCACHE]; in dcache_purge()
713 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge()
732 fent_t *dirid_to_fent(int dirid) in dirid_to_fent() argument
738 if ((fep = dcache_lookup(dirid))) in dirid_to_fent()
[all …]
/external/syslinux/extlinux/
Dbtrfs.h37 __le64 dirid; member
/external/syslinux/core/fs/btrfs/
Dbtrfs.h281 __le64 dirid; member
/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py732 vrefnum, dirid, name = rr.selection[0].as_tuple()
733 pardir_fss = Carbon.File.FSSpec((vrefnum, dirid, ''))
/external/kernel-headers/original/uapi/linux/
Dbtrfs_tree.h646 __le64 dirid; member