Searched refs:CFS_NOFILL (Results 1 – 3 of 3) sorted by relevance
365 if ((cfs_options->opt_flags & CFS_NOFILL) == 0) in cachefs_mount()368 cfs_options->opt_flags &= ~CFS_NOFILL; in cachefs_mount()372 } else if (cfs_options->opt_flags & CFS_NOFILL) { in cachefs_mount()
877 margsp->cfs_options.opt_flags |= CFS_NOFILL; in set_cfs_args()
601 #define CFS_NOFILL 0x2000 /* start in nofill mode */ macro