Home
last modified time | relevance | path

Searched refs:VXFS_DIRROUND (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/freevxfs/
H A Dvxfs_dir.h59 #define VXFS_DIRROUND(len) ((VXFS_DIRPAD + (len) - 1) & ~(VXFS_DIRPAD -1)) macro
60 #define VXFS_DIRLEN(len) (VXFS_DIRROUND(VXFS_NAMEMIN + (len)))
H A Dvxfs_lookup.c62 loff_t limit = VXFS_DIRROUND(ip->i_size); in vxfs_find_entry()
210 limit = VXFS_DIRROUND(ip->i_size); in vxfs_readdir()