Searched refs:mnt_data (Results 1 – 3 of 3) sorted by relevance
497 const struct fsnotify_mnt *mnt_data = fsnotify_data_mnt(data, data_type); in fsnotify() local539 (!mnt_data || !mnt_data->ns->n_fsnotify_marks)) in fsnotify()550 if (mnt_data) in fsnotify()551 marks_mask |= READ_ONCE(mnt_data->ns->n_fsnotify_mask); in fsnotify()581 if (mnt_data) { in fsnotify()583 fsnotify_first_mark(&mnt_data->ns->n_fsnotify_marks); in fsnotify()
1005 struct cifs_mnt_data *mnt_data = data; in cifs_set_super() local1006 sb->s_fs_info = mnt_data->cifs_sb; in cifs_set_super()1014 struct cifs_mnt_data mnt_data; in cifs_smb3_do_mount() local1056 mnt_data.ctx = cifs_sb->ctx; in cifs_smb3_do_mount()1057 mnt_data.cifs_sb = cifs_sb; in cifs_smb3_do_mount()1058 mnt_data.flags = flags; in cifs_smb3_do_mount()1063 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
2913 compare_mount_options(struct super_block *sb, struct cifs_mnt_data *mnt_data) in compare_mount_options() argument2916 struct cifs_sb_info *new = mnt_data->cifs_sb; in compare_mount_options()2920 if ((sb->s_flags & CIFS_MS_MASK) != (mnt_data->flags & CIFS_MS_MASK)) in compare_mount_options()2968 struct cifs_mnt_data *mnt_data) in match_prepath() argument2970 struct smb3_fs_context *ctx = mnt_data->ctx; in match_prepath()2972 struct cifs_sb_info *new = mnt_data->cifs_sb; in match_prepath()2993 struct cifs_mnt_data *mnt_data = data; in cifs_match_super() local3022 ctx = mnt_data->ctx; in cifs_match_super()3031 !match_prepath(sb, tcon, mnt_data)) { in cifs_match_super()3036 rc = compare_mount_options(sb, mnt_data); in cifs_match_super()