Searched defs:reclen (Results 1 – 11 of 11) sorted by relevance
/linux/fs/gfs2/ |
H A D | dir.h | 67 static inline void gfs2_qstr2dirent(const struct qstr *name, u16 reclen, struct gfs2_dirent *dent) in gfs2_qstr2dirent() argument
|
/linux/fs/ |
H A D | readdir.c | 266 int reclen = ALIGN(offsetof(struct linux_dirent, d_name) + namlen + 2, in filldir() local 354 int reclen = ALIGN(offsetof(struct linux_dirent64, d_name) + namlen + 1, in filldir64() local 520 int reclen = ALIGN(offsetof(struct compat_linux_dirent, d_name) + compat_filldir() local [all...] |
/linux/fs/nilfs2/ |
H A D | dir.c | 299 unsigned int reclen = NILFS_DIR_REC_LEN(namelen); in nilfs_find_entry() local 433 unsigned int reclen = NILFS_DIR_REC_LEN(namelen); in nilfs_add_link() local
|
/linux/fs/ext2/ |
H A D | dir.c | 347 unsigned reclen = EXT2_DIR_REC_LEN(namelen); in ext2_find_entry() local 482 unsigned reclen = EXT2_DIR_REC_LEN(namelen); in ext2_add_link() local
|
/linux/drivers/s390/char/ |
H A D | vmur.h | 73 size_t reclen; /* Record length for *write* CCWs */ member
|
/linux/fs/xfs/ |
H A D | xfs_handle.c | 717 unsigned short reclen = in xfs_getparents_put_listent() local
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_data.c | 181 unsigned int reclen; in __xfs_dir3_data_check() local
|
/linux/fs/nfsd/ |
H A D | vfs.c | 2150 unsigned int reclen; in nfsd_buffered_filldir() local 2187 unsigned int reclen; in nfsd_buffered_readdir() local
|
/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 385 unsigned int reclen, unsigned int tlf) in locate_record_ext() argument 602 locate_record(struct ccw1 * ccw,struct LO_eckd_data * data,unsigned int trk,unsigned int rec_on_trk,int no_rec,int cmd,struct dasd_device * device,int reclen) locate_record() argument [all...] |
/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 118 unsigned int reclen = ALIGN(NAME_OFFSET + namlen + 1, sizeof(u32)); in osf_filldir() local
|
/linux/fs/ext4/ |
H A D | namei.c | 2043 unsigned short reclen = ext4_dir_rec_len(fname_len(fname), dir); in ext4_find_dest_de() local
|