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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dthe_nilfs.h47 * @ns_flags: flags
97 unsigned long ns_flags; member in struct:the_nilfs
191 set_bit(THE_NILFS_##bit, &(nilfs)->ns_flags); \
195 clear_bit(THE_NILFS_##bit, &(nilfs)->ns_flags); \
199 return test_bit(THE_NILFS_##bit, &(nilfs)->ns_flags); \
H A Dioctl.c574 if (test_and_set_bit(THE_NILFS_GC_RUNNING, &nilfs->ns_flags)) {

Completed in 48 milliseconds