Searched refs:add_bytes (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/octeon/
H A Dethernet-tx.c237 int add_bytes = 64 - skb->len; local
239 if ((skb_tail_pointer(skb) + add_bytes) <=
241 __skb_put_zero(skb, add_bytes);
/linux-master/fs/ntfs3/
H A Dxattr.c74 size_t add_bytes, const struct EA_INFO **info)
118 ea_p = kmalloc(size_add(size, add_bytes), GFP_NOFS);
142 memset(Add2Ptr(ea_p, size), 0, add_bytes); local
73 ntfs_read_ea(struct ntfs_inode *ni, struct EA_FULL **ea, size_t add_bytes, const struct EA_INFO **info) argument
/linux-master/fs/btrfs/
H A Dbtrfs_inode.h559 void btrfs_update_inode_bytes(struct btrfs_inode *inode, const u64 add_bytes,
H A Dinode.c10958 const u64 add_bytes,
10961 if (add_bytes == del_bytes)
10967 if (add_bytes > 0)
10968 inode_add_bytes(&inode->vfs_inode, add_bytes);
10957 btrfs_update_inode_bytes(struct btrfs_inode *inode, const u64 add_bytes, const u64 del_bytes) argument

Completed in 140 milliseconds