Searched defs:VXFS_DIRROUND (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/freevxfs/
H A Dvxfs_dir.h84 #define VXFS_DIRROUND(len) ((VXFS_DIRPAD + (len) - 1) & ~(VXFS_DIRPAD -1)) macro

Completed in 103 milliseconds