Searched refs:vfat_striptail_len (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/lib/
H A Dwraphead.h26 extern unsigned int vfat_striptail_len(const struct qstr *qstr); // TODO: skip the middle man and go to __vfat_striptail_len directly
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dmodule.c114 unsigned int vfat_striptail_len(const struct qstr *qstr) function
128 qstr->hash = full_name_hash(qstr->name, vfat_striptail_len(qstr));
130 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_len(qstr));
149 len = vfat_striptail_len(qstr);
183 alen = vfat_striptail_len(name);
206 alen = vfat_striptail_len(name);
698 unsigned int len = vfat_striptail_len(qname);
714 len = vfat_striptail_len(qname);

Completed in 30 milliseconds