Home
last modified time | relevance | path

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

/linux/drivers/staging/octeon/
A Dethernet-tx.c239 int add_bytes = 64 - skb->len; in cvm_oct_xmit() local
241 if ((skb_tail_pointer(skb) + add_bytes) <= in cvm_oct_xmit()
243 __skb_put_zero(skb, add_bytes); in cvm_oct_xmit()
/linux/fs/ntfs3/
A Dxattr.c75 size_t add_bytes, const struct EA_INFO **info) in ntfs_read_ea() argument
110 ea_p = kmalloc(size + add_bytes, GFP_NOFS); in ntfs_read_ea()
138 memset(Add2Ptr(ea_p, size), 0, add_bytes); in ntfs_read_ea()
/linux/fs/btrfs/
A Dinode.c10889 const u64 add_bytes, in btrfs_update_inode_bytes() argument
10892 if (add_bytes == del_bytes) in btrfs_update_inode_bytes()
10898 if (add_bytes > 0) in btrfs_update_inode_bytes()
10899 inode_add_bytes(&inode->vfs_inode, add_bytes); in btrfs_update_inode_bytes()
A Dctree.h3288 const u64 add_bytes,

Completed in 747 milliseconds