sysv_dir_entry     85 fs/sysv/dir.c  		struct sysv_dir_entry *de;
sysv_dir_entry     91 fs/sysv/dir.c  		de = (struct sysv_dir_entry *)(kaddr+offset);
sysv_dir_entry    139 fs/sysv/dir.c  struct sysv_dir_entry *sysv_find_entry(struct dentry *dentry, struct page **res_page)
sysv_dir_entry    147 fs/sysv/dir.c  	struct sysv_dir_entry *de;
sysv_dir_entry    161 fs/sysv/dir.c  			de = (struct sysv_dir_entry *) kaddr;
sysv_dir_entry    191 fs/sysv/dir.c  	struct sysv_dir_entry * de;
sysv_dir_entry    205 fs/sysv/dir.c  		de = (struct sysv_dir_entry *)kaddr;
sysv_dir_entry    267 fs/sysv/dir.c  	struct sysv_dir_entry * de;
sysv_dir_entry    284 fs/sysv/dir.c  	de = (struct sysv_dir_entry *) base;
sysv_dir_entry    309 fs/sysv/dir.c  		struct sysv_dir_entry * de;
sysv_dir_entry    316 fs/sysv/dir.c  		de = (struct sysv_dir_entry *)kaddr;
sysv_dir_entry    364 fs/sysv/dir.c  struct sysv_dir_entry * sysv_dotdot (struct inode *dir, struct page **p)
sysv_dir_entry    367 fs/sysv/dir.c  	struct sysv_dir_entry *de = NULL;
sysv_dir_entry    370 fs/sysv/dir.c  		de = (struct sysv_dir_entry*) page_address(page) + 1;
sysv_dir_entry    379 fs/sysv/dir.c  	struct sysv_dir_entry *de = sysv_find_entry (dentry, &page);
sysv_dir_entry    177 fs/sysv/namei.c 	struct sysv_dir_entry * de;
sysv_dir_entry    220 fs/sysv/namei.c 	struct sysv_dir_entry * dir_de = NULL;
sysv_dir_entry    222 fs/sysv/namei.c 	struct sysv_dir_entry * old_de;
sysv_dir_entry    238 fs/sysv/namei.c 		struct sysv_dir_entry * new_de;
sysv_dir_entry    155 fs/sysv/sysv.h extern struct sysv_dir_entry *sysv_find_entry(struct dentry *, struct page **);
sysv_dir_entry    162 fs/sysv/sysv.h extern struct sysv_dir_entry *sysv_dotdot(struct inode *, struct page **);
sysv_dir_entry    200 include/linux/sysv_fs.h #define SYSV_DIRSIZE	sizeof(struct sysv_dir_entry)	/* size of every directory entry */