Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nilfs2/
A Dthe_nilfs.h168 unsigned long ns_mount_opt; member
216 ((nilfs)->ns_mount_opt &= ~NILFS_MOUNT_##opt)
218 ((nilfs)->ns_mount_opt |= NILFS_MOUNT_##opt)
219 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt)
221 ((nilfs)->ns_mount_opt = \
222 (((nilfs)->ns_mount_opt & ~NILFS_MOUNT_##mask) | \
A Dsuper.c800 nilfs->ns_mount_opt = in nilfs_set_default_options()
1126 old_mount_opt = nilfs->ns_mount_opt; in nilfs_remount()
1191 nilfs->ns_mount_opt = old_mount_opt; in nilfs_remount()

Completed in 7 milliseconds