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

/linux-master/fs/nilfs2/
H A Dthe_nilfs.h76 * @ns_mount_opt: mount options
169 unsigned long ns_mount_opt; member in struct:the_nilfs
218 ((nilfs)->ns_mount_opt &= ~NILFS_MOUNT_##opt)
220 ((nilfs)->ns_mount_opt |= NILFS_MOUNT_##opt)
221 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt)
223 ((nilfs)->ns_mount_opt = \
224 (((nilfs)->ns_mount_opt & ~NILFS_MOUNT_##mask) | \
H A Dsuper.c802 nilfs->ns_mount_opt =
1129 old_mount_opt = nilfs->ns_mount_opt;
1194 nilfs->ns_mount_opt = old_mount_opt;

Completed in 123 milliseconds