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

/linux-master/fs/sysv/
H A Ddir.c31 static void dir_commit_chunk(struct page *page, loff_t pos, unsigned len) function
226 dir_commit_chunk(page, pos, SYSV_DIRSIZE);
251 dir_commit_chunk(page, pos, SYSV_DIRSIZE);
282 dir_commit_chunk(page, 0, 2 * SYSV_DIRSIZE);
348 dir_commit_chunk(page, pos, SYSV_DIRSIZE);
/linux-master/fs/minix/
H A Ddir.c43 static void dir_commit_chunk(struct page *page, loff_t pos, unsigned len) function
275 dir_commit_chunk(page, pos, sbi->s_dirsize);
305 dir_commit_chunk(page, pos, len);
348 dir_commit_chunk(page, 0, 2 * sbi->s_dirsize);
426 dir_commit_chunk(page, pos, sbi->s_dirsize);

Completed in 268 milliseconds