Home
last modified time | relevance | path

Searched defs:mount_opt (Results 1 – 8 of 8) sorted by relevance

/linux/fs/btrfs/
H A Dsuper.c85 unsigned long long mount_opt; member
654 unsigned long long mount_opt, unsigned long long opt, in check_ro_option()
666 unsigned long long *mount_opt, in btrfs_check_options()
H A Dzoned.h134 unsigned long long *mount_opt) in btrfs_check_mountopts_zoned()
H A Dzoned.c767 unsigned long long *mount_opt) in btrfs_check_mountopts_zoned()
H A Dfs.h486 unsigned long long mount_opt; member
/linux/fs/ocfs2/
H A Dsuper.c76 unsigned long mount_opt; member
/linux/fs/erofs/
H A Dinternal.h67 unsigned int mount_opt; member
/linux/fs/ext4/
H A Dsuper.c1849 int mount_opt; member
2947 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c271 static int mount_opt(const struct mnt_opt *const mnt, const char *const target) in mount_opt() function