Home
last modified time | relevance | path

Searched refs:de_size (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dqnx6_fs.h66 __u8 de_size; member
75 __u8 de_size; member
/linux/fs/ntfs3/
H A Dindex.c809 u16 de_size = le16_to_cpu(de->size); in hdr_insert_de() local
812 if (used + de_size > total) in hdr_insert_de()
833 memmove(Add2Ptr(before, de_size), before, used - off); in hdr_insert_de()
835 hdr->used = cpu_to_le32(used + de_size); in hdr_insert_de()
836 memcpy(before, de, de_size); in hdr_insert_de()
/linux/fs/hpfs/
H A Dhpfs_fn.h170 static inline unsigned de_size(int namelen, secno down_ptr) in de_size() function
H A Ddnode.c179 unsigned d_size = de_size(namelen, down_ptr); in hpfs_add_de()
276 if (le32_to_cpu(d->first_free) + de_size(namelen, down_ptr) <= 2048) { in hpfs_add_to_dnode()