Home
last modified time | relevance | path

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

/linux-4.19.296/fs/freevxfs/
Dvxfs_dir.h84 #define VXFS_DIRROUND(len) ((VXFS_DIRPAD + (len) - 1) & ~(VXFS_DIRPAD -1)) macro
85 #define VXFS_DIRLEN(len) (VXFS_DIRROUND(VXFS_NAMEMIN + (len)))
Dvxfs_lookup.c86 loff_t limit = VXFS_DIRROUND(ip->i_size); in vxfs_find_entry()
234 limit = VXFS_DIRROUND(ip->i_size); in vxfs_readdir()