Searched refs:nilfs_dir_entry (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/nilfs2/
H A Ddir.c116 struct nilfs_dir_entry *p;
127 p = (struct nilfs_dir_entry *)(kaddr + offs);
171 p = (struct nilfs_dir_entry *)(kaddr + offs);
211 nilfs_match(int len, const unsigned char *name, struct nilfs_dir_entry *de)
223 static struct nilfs_dir_entry *nilfs_next_entry(struct nilfs_dir_entry *p)
225 return (struct nilfs_dir_entry *)((char *)p +
253 static void nilfs_set_de_type(struct nilfs_dir_entry *de, struct inode *inode)
274 struct nilfs_dir_entry *de;
283 de = (struct nilfs_dir_entry *)(kadd
[all...]
H A Dnilfs.h232 struct nilfs_dir_entry *nilfs_find_entry(struct inode *, const struct qstr *,
234 int nilfs_delete_entry(struct nilfs_dir_entry *, struct folio *);
236 struct nilfs_dir_entry *nilfs_dotdot(struct inode *, struct folio **);
237 void nilfs_set_link(struct inode *, struct nilfs_dir_entry *,
H A Dnamei.c262 struct nilfs_dir_entry *de;
352 struct nilfs_dir_entry *dir_de = NULL;
354 struct nilfs_dir_entry *old_de;
379 struct nilfs_dir_entry *new_de;
/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h300 struct nilfs_dir_entry { struct

Completed in 124 milliseconds