Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h402 __u8 ea_name_len; /* no NULL pointer after the string */ member
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c978 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in move_smb2_ea_to_cifs() local
1117 int ea_name_len = strlen(ea_name); in smb2_set_ea() local
H A Dcifssmb.c5621 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0; in CIFSSMBQAllEAs() local