Home
last modified time | relevance | path

Searched defs:ea_name_len (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dgfs2_ondisk.h395 __u8 ea_name_len; /* no NULL pointer after the string */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dgfs2_ondisk.h401 __u8 ea_name_len; /* no NULL pointer after the string */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dgfs2_ondisk.h395 __u8 ea_name_len; /* no NULL pointer after the string */ member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2ops.c997 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in move_smb2_ea_to_cifs() local
1140 int ea_name_len = strlen(ea_name); in smb2_set_ea() local
H A Dcifssmb.c6188 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in CIFSSMBQAllEAs() local