Home
last modified time | relevance | path

Searched refs:MAX_HANDLE_SZ (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/include/lapi/
H A Dfcntl.h159 #ifndef MAX_HANDLE_SZ
160 # define MAX_HANDLE_SZ 128 macro
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify.h71 #ifndef MAX_HANDLE_SZ
72 #define MAX_HANDLE_SZ 128 macro
112 char buf[MAX_HANDLE_SZ];
121 fid->handle.handle_bytes = MAX_HANDLE_SZ; in fanotify_save_fid()
/third_party/eudev/src/shared/
H A Dmissing.h119 #ifndef MAX_HANDLE_SZ
120 #define MAX_HANDLE_SZ 128 macro
H A Dutil.h408 char padding[sizeof(struct file_handle) + MAX_HANDLE_SZ];
410 #define FILE_HANDLE_INIT { .handle.handle_bytes = MAX_HANDLE_SZ }
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
H A Dname_to_handle_at02.c17 static struct file_handle fh, high_fh = {.handle_bytes = MAX_HANDLE_SZ + 1};
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h179 #define MAX_HANDLE_SZ 128 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h178 #define MAX_HANDLE_SZ 128 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h178 #define MAX_HANDLE_SZ 128 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h178 #define MAX_HANDLE_SZ 128 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h174 #define MAX_HANDLE_SZ 128 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h178 #define MAX_HANDLE_SZ 128 macro
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/
H A Dopen_by_handle_at02.c19 static struct file_handle high_fh = {.handle_bytes = MAX_HANDLE_SZ + 1}, *high_fhp = &high_fh;
/third_party/musl/include/
H A Dfcntl.h181 #define MAX_HANDLE_SZ 128 macro

Completed in 7 milliseconds