Searched refs:is_inline (Results 1 – 5 of 5) sorted by relevance
/linux/fs/f2fs/ |
A D | xattr.c | 26 static void *xattr_alloc(struct f2fs_sb_info *sbi, int size, bool *is_inline) in xattr_alloc() argument 29 *is_inline = true; in xattr_alloc() 33 *is_inline = false; in xattr_alloc() 38 bool is_inline) in xattr_free() argument 40 if (is_inline) in xattr_free() 327 bool *is_inline) in lookup_all_xattrs() argument 339 txattr_addr = xattr_alloc(F2FS_I_SB(inode), *base_size, is_inline); in lookup_all_xattrs() 388 xattr_free(F2FS_I_SB(inode), txattr_addr, *is_inline); in lookup_all_xattrs() 526 bool is_inline; in f2fs_getxattr() local 537 &entry, &base_addr, &base_size, &is_inline); in f2fs_getxattr() [all …]
|
/linux/drivers/base/ |
A D | swnode.c | 127 return prop->is_inline ? &prop->value : prop->pointer; in property_get_pointer() 227 if (!p->is_inline) in property_entry_free_data() 262 if (!src->is_inline && !src->length) in property_entry_copy_data() 269 if (src->type == DEV_PROP_REF && src->is_inline) in property_entry_copy_data() 274 dst->is_inline = true; in property_entry_copy_data() 285 if (!dst->is_inline) in property_entry_copy_data() 518 if (prop->is_inline) in software_node_get_reference_args() 619 if (!prop || prop->type != DEV_PROP_REF || prop->is_inline) in software_node_graph_get_remote_endpoint()
|
/linux/drivers/base/test/ |
A D | property-entry-test.c | 359 KUNIT_EXPECT_TRUE(test, copy[0].is_inline); in pe_test_move_inline_u8() 364 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_u8() 391 KUNIT_EXPECT_TRUE(test, copy[0].is_inline); in pe_test_move_inline_str() 394 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_str() 399 KUNIT_EXPECT_TRUE(test, copy[2].is_inline); in pe_test_move_inline_str()
|
/linux/include/linux/ |
A D | property.h | 277 bool is_inline; member 346 .is_inline = true, \ 365 .is_inline = true, \
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_tx.c | 601 static bool is_inline(int inline_thold, const struct sk_buff *skb, in is_inline() function 664 *inline_ok = is_inline(priv->prof->inline_thold, skb, in get_real_size()
|
Completed in 15 milliseconds