Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dsuper.c175 } s_shared[8]; variable
190 for (i = 0; i < ARRAY_SIZE(s_shared); i++) { in ntfs_set_shared()
191 if (!s_shared[i].cnt) { in ntfs_set_shared()
193 } else if (bytes == s_shared[i].len && in ntfs_set_shared()
194 !memcmp(s_shared[i].ptr, ptr, bytes)) { in ntfs_set_shared()
195 s_shared[i].cnt += 1; in ntfs_set_shared()
196 ret = s_shared[i].ptr; in ntfs_set_shared()
202 s_shared[j].ptr = ptr; in ntfs_set_shared()
203 s_shared[j].len = bytes; in ntfs_set_shared()
204 s_shared[j].cnt = 1; in ntfs_set_shared()
[all …]