Home
last modified time | relevance | path

Searched defs:dentry (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/
H A Dmtdparts.c233 struct list_head *dentry; in index_partitions() local
1086 struct list_head *pentry, *dentry; in generate_mtdparts() local
1249 struct list_head *dentry, *pentry; local
1350 struct list_head *dentry, *pentry; local
1485 struct list_head *dentry, *pentry; local
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h426 struct dentry *dentry; member
567 struct dentry { struct
569 spinlock_t d_lock; /* per dentry lock */ argument
577 struct dentry *d_parent; /* parent directory */ argument
587 struct super_block *d_sb; /* The root of the dentry tree */ argument
596 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
H A Dubifs.c400 struct dentry *dentry; in ubifs_finddir() local
588 struct dentry *dentry; in ubifs_ls() local
H A Dsuper.c577 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs()