Home
last modified time | relevance | path

Searched refs:HMDFS_CFN_CID_SIZE (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.h221 #define HMDFS_CFN_CID_SIZE 65 macro
228 u8 cid[HMDFS_CFN_CID_SIZE];
Dhmdfs_dentryfile.c1146 char cid[HMDFS_CFN_CID_SIZE]; in cache_file_name_generate()
1157 strncpy(cid, con->cid, HMDFS_CFN_CID_SIZE - 1); in cache_file_name_generate()
1158 cid[HMDFS_CFN_CID_SIZE - 1] = '\0'; in cache_file_name_generate()
1186 return (!ret && !strncmp((cfn)->cid, id, HMDFS_CFN_CID_SIZE - 1)); in dentry_file_match()
1217 strncpy(cfn->cid, cid, HMDFS_CFN_CID_SIZE - 1); in create_cfn()
1218 cfn->cid[HMDFS_CFN_CID_SIZE - 1] = '\0'; in create_cfn()
1611 if (len >= HMDFS_CFN_CID_SIZE) in get_cid_and_hash()
1627 char cid[HMDFS_CFN_CID_SIZE]; in store_one()