Searched refs:HMDFS_CFN_CID_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.h | 221 #define HMDFS_CFN_CID_SIZE 65 macro 228 u8 cid[HMDFS_CFN_CID_SIZE];
|
H A D | hmdfs_dentryfile.c | 1183 char cid[HMDFS_CFN_CID_SIZE]; in cache_file_name_generate() 1194 strncpy(cid, con->cid, HMDFS_CFN_CID_SIZE - 1); in cache_file_name_generate() 1195 cid[HMDFS_CFN_CID_SIZE - 1] = '\0'; in cache_file_name_generate() 1229 !strncmp((cfn)->cid, id, HMDFS_CFN_CID_SIZE - 1)); in dentry_file_match() 1262 strncpy(cfn->cid, cid, HMDFS_CFN_CID_SIZE - 1); in create_cfn() 1263 cfn->cid[HMDFS_CFN_CID_SIZE - 1] = '\0'; in create_cfn() 1753 if (len >= HMDFS_CFN_CID_SIZE) in get_cid_and_hash() 1769 char cid[HMDFS_CFN_CID_SIZE]; in store_one()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.h | 221 #define HMDFS_CFN_CID_SIZE 65 macro 228 u8 cid[HMDFS_CFN_CID_SIZE];
|
H A D | hmdfs_dentryfile.c | 1184 char cid[HMDFS_CFN_CID_SIZE]; in cache_file_name_generate() 1195 strncpy(cid, con->cid, HMDFS_CFN_CID_SIZE - 1); in cache_file_name_generate() 1196 cid[HMDFS_CFN_CID_SIZE - 1] = '\0'; in cache_file_name_generate() 1230 !strncmp((cfn)->cid, id, HMDFS_CFN_CID_SIZE - 1)); in dentry_file_match() 1263 strncpy(cfn->cid, cid, HMDFS_CFN_CID_SIZE - 1); in create_cfn() 1264 cfn->cid[HMDFS_CFN_CID_SIZE - 1] = '\0'; in create_cfn() 1754 if (len >= HMDFS_CFN_CID_SIZE) in get_cid_and_hash() 1770 char cid[HMDFS_CFN_CID_SIZE]; in store_one()
|
Completed in 9 milliseconds