Home
last modified time | relevance | path

Searched defs:stx (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/proc/
Dfd-003-kthread.c117 unsigned int mask, void *stx) in sys_statx()
124 char stx[256] __attribute__((aligned(8))); in test_lookup_fail() local
/kernel/linux/linux-5.10/samples/vfs/
Dtest-statx.c77 static void dump_statx(struct statx *stx) in dump_statx()
218 struct statx stx; in main() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dverbs_txreq.h109 struct sdma_txreq *stx; in get_waiting_verbs_txreq() local
Dvnic.h89 struct sdma_txreq stx; member
Dqp.c480 struct sdma_txreq *stx, in iowait_sleep()
/kernel/linux/linux-5.10/net/caif/
Dcfserl.c62 u8 stx = CFSERL_STX; in cfserl_receive() local
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Duaccess.h173 #define __put_user_asm(stx, x, ptr) \ argument
/kernel/liteos_a/syscall/
Dfs_syscall.c1317 int SysStatx(int fd, const char *restrict path, int flag, unsigned mask, struct statx *restrict stx) in SysStatx()