Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dthe_nilfs.h169 unsigned long ns_mount_opt; member
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) | \
Dsuper.c827 nilfs->ns_mount_opt = in nilfs_set_default_options()
1154 old_mount_opt = nilfs->ns_mount_opt; in nilfs_remount()
1219 nilfs->ns_mount_opt = old_mount_opt; in nilfs_remount()