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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_dir.h108 __private_extern__ void ntfs_dirhints_put(ntfs_inode *ni, BOOL stale_only);
H A Dntfs_dir.c922 * @stale_only: if true only release expired directory hints
924 * If @stale_only is false release all directory hints from the ntfs directory
927 * If @stale_only is true do the same as above but only release expired hints.
930 * the first valid hint if @stale_only is true.
934 void ntfs_dirhints_put(ntfs_inode *ni, BOOL stale_only) argument
939 if (stale_only)
943 if (stale_only) {

Completed in 63 milliseconds