Home
last modified time | relevance | path

Searched refs:MAX_HANDLE_SZ (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/
H A Dfhandle.c40 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle()
194 if ((f_handle.handle_bytes > MAX_HANDLE_SZ) || in handle_to_path()
/openbmc/linux/include/linux/
H A Dexportfs.h15 #define MAX_HANDLE_SZ 128 macro
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h169 BUILD_BUG_ON(FANOTIFY_FH_HDR_LEN + MAX_HANDLE_SZ > U8_MAX); in fanotify_info_init()
315 FANOTIFY_INLINE_FH(object_fh, MAX_HANDLE_SZ);
H A Dfanotify.c391 if (WARN_ON_ONCE(fh_len > MAX_HANDLE_SZ)) in fanotify_encode_fh_len()
429 if (fh_len < 4 || WARN_ON_ONCE(fh_len % 4) || fh_len > MAX_HANDLE_SZ) in fanotify_encode_fh()
/openbmc/linux/fs/notify/
H A Dfdinfo.c46 u8 pad[MAX_HANDLE_SZ]; in show_mark_fhandle()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c379 int buflen = MAX_HANDLE_SZ; in ovl_encode_real_fh()
385 BUILD_BUG_ON(MAX_HANDLE_SZ + OVL_FH_FID_OFFSET > 255); in ovl_encode_real_fh()
403 WARN_ON(buflen > MAX_HANDLE_SZ)) in ovl_encode_real_fh()