Home
last modified time | relevance | path

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

/Linux-v4.19/fs/configfs/
Dfile.c72 struct config_item * item = to_item(dentry->d_parent); in fill_read_buffer()
157 struct config_item *item = to_item(dentry->d_parent); in configfs_read_bin_file()
259 struct config_item * item = to_item(dentry->d_parent); in flush_write_buffer()
453 struct config_item * item = to_item(filp->f_path.dentry->d_parent); in configfs_release()
486 struct config_item *item = to_item(dentry->d_parent); in configfs_release_bin_file()
Ditem.c38 static inline struct config_item *to_item(struct list_head *entry) in to_item() function
197 struct config_item *item = to_item(entry); in config_group_find_item()
Dconfigfs_internal.h113 static inline struct config_item * to_item(struct dentry * dentry) in to_item() function
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c2062 u8 *to_item , *from_item; in __vxge_hw_ring_rxdblock_link() local
2070 to_item = mempoolh->items_arr[to]; in __vxge_hw_ring_rxdblock_link()
2071 vxge_assert(to_item); in __vxge_hw_ring_rxdblock_link()
2074 to_dma = __vxge_hw_ring_item_dma_addr(mempoolh, to_item); in __vxge_hw_ring_rxdblock_link()