Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/
A Dsuper.c170 } s_shared[8]; variable
185 for (i = 0; i < ARRAY_SIZE(s_shared); i++) { in ntfs_set_shared()
186 if (!s_shared[i].cnt) { in ntfs_set_shared()
188 } else if (bytes == s_shared[i].len && in ntfs_set_shared()
190 s_shared[i].cnt += 1; in ntfs_set_shared()
191 ret = s_shared[i].ptr; in ntfs_set_shared()
197 s_shared[j].ptr = ptr; in ntfs_set_shared()
198 s_shared[j].len = bytes; in ntfs_set_shared()
199 s_shared[j].cnt = 1; in ntfs_set_shared()
221 if (s_shared[i].cnt && s_shared[i].ptr == ptr) { in ntfs_put_shared()
[all …]

Completed in 5 milliseconds