HomeSort by: relevance | last modified time | path
    Searched refs:IN_PAGING (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_pages.c 235 * and mark it IN_PAGING.
472 if (ip->i_state & IN_PAGING) {
473 ip->i_state &= ~IN_PAGING;
655 if (!(ip->i_state & IN_PAGING)) {
656 ip->i_state |= IN_PAGING;
867 if (ip->i_state & IN_PAGING) {
868 ip->i_state &= ~IN_PAGING;
lfs_inode.h 124 #define IN_PAGING 0x1000 /* LFS: file is on paging queue */
lfs_vnops.c 417 if (!(ip->i_state & IN_PAGING)) {
418 ip->i_state |= IN_PAGING;
1398 if (ip->i_state & IN_PAGING) {
1399 log(LOG_WARNING, "%s: reclaimed vnode is IN_PAGING\n",
1401 ip->i_state &= ~IN_PAGING;
1762 if (!(ip->i_state & IN_PAGING))
1778 !(ip->i_state & IN_PAGING)) {
lfs_inode.c 606 if (oip->i_size == 0 && oip->i_state & IN_PAGING) {
607 oip->i_state &= ~IN_PAGING;

Completed in 15 milliseconds