Home
last modified time | relevance | path

Searched refs:simple_transaction_argresp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/
H A Dlibfs.c1211 struct simple_transaction_argresp *ar = file->private_data; in simple_transaction_set()
1226 struct simple_transaction_argresp *ar; in simple_transaction_get()
1232 ar = (struct simple_transaction_argresp *)get_zeroed_page(GFP_KERNEL); in simple_transaction_get()
1258 struct simple_transaction_argresp *ar = file->private_data; in simple_transaction_read()
/openbmc/linux/include/linux/
H A Dfs.h3315 struct simple_transaction_argresp { struct
3320 #define SIMPLE_TRANSACTION_LIMIT (PAGE_SIZE - sizeof(struct simple_transaction_argresp)) argument