Home
last modified time | relevance | path

Searched refs:byte_diff (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c499 int64_t byte_diff, in xfs_idata_realloc() argument
503 int64_t new_size = ifp->if_bytes + byte_diff; in xfs_idata_realloc()
508 if (byte_diff == 0) in xfs_idata_realloc()
H A Dxfs_inode_fork.h173 void xfs_idata_realloc(struct xfs_inode *ip, int64_t byte_diff,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch59 * 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)))