Searched refs:byte_diff (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.c | 475 int64_t byte_diff, in xfs_idata_realloc() argument 479 int64_t new_size = ifp->if_bytes + byte_diff; in xfs_idata_realloc() 484 if (byte_diff == 0) in xfs_idata_realloc()
|
| H A D | xfs_inode_fork.h | 90 void xfs_idata_realloc(struct xfs_inode *ip, int64_t byte_diff,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
| H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 59 * b[len-1]. When the strings are different, byte_diff does not read 61 -int byte_diff(const void* a, size_t len, const void* b) __pure__; 62 +int byte_diff(const void* a, size_t len, const void* b) __PURE; 67 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
|