Searched refs:add_bytes (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 237 int add_bytes = 64 - skb->len; in cvm_oct_xmit() local 239 if ((skb_tail_pointer(skb) + add_bytes) <= in cvm_oct_xmit() 241 __skb_put_zero(skb, add_bytes); in cvm_oct_xmit()
|
/openbmc/linux/fs/ntfs3/ |
H A D | xattr.c | 74 size_t add_bytes, const struct EA_INFO **info) in ntfs_read_ea() argument 118 ea_p = kmalloc(size_add(size, add_bytes), GFP_NOFS); in ntfs_read_ea() 142 memset(Add2Ptr(ea_p, size), 0, add_bytes); in ntfs_read_ea()
|
/openbmc/linux/fs/btrfs/ |
H A D | btrfs_inode.h | 535 void btrfs_update_inode_bytes(struct btrfs_inode *inode, const u64 add_bytes,
|
H A D | inode.c | 10886 const u64 add_bytes, in btrfs_update_inode_bytes() argument 10889 if (add_bytes == del_bytes) in btrfs_update_inode_bytes() 10895 if (add_bytes > 0) in btrfs_update_inode_bytes() 10896 inode_add_bytes(&inode->vfs_inode, add_bytes); in btrfs_update_inode_bytes()
|