Home
last modified time | relevance | path

Searched refs:l_type (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/filelock/
H A Dofdlocks.c51 fl.l_type = F_RDLCK; in main()
60 fl.l_type = F_RDLCK; in main()
66 if (fl.l_type != F_UNLCK) in main()
70 fl.l_type = F_WRLCK; in main()
76 ksft_test_result(fl.l_type != F_UNLCK, in main()
78 if (fl.l_type == F_UNLCK) in main()
82 fl.l_type = F_UNLCK; in main()
88 ksft_test_result(fl.l_type != F_UNLCK, in main()
90 if (fl.l_type == F_UNLCK) in main()
93 fl.l_type, f in main()
[all...]
/linux/include/linux/
H A Dfalloc.h13 __s16 l_type; member
45 __s16 l_type; member
H A Dcompat.h271 short l_type; member
285 short l_type; member
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c193 short l_type; member
208 kernel->l_type = user.l_type; in get_oabi_flock()
221 user.l_type = kernel->l_type; in put_oabi_flock()
/linux/arch/um/os-Linux/
H A Dfile.c577 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
/linux/fs/nfs/
H A Dpnfs.h622 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4188 __s16 l_type; in TEST_F_FORK()
4242 __s16 l_type; global() member