Searched refs:mnt_data (Results 1 – 3 of 3) sorted by relevance
546 const struct fsnotify_mnt *mnt_data = fsnotify_data_mnt(data, data_type); in fsnotify() local588 (!mnt_data || !mnt_data->ns->n_fsnotify_marks)) in fsnotify()599 if (mnt_data) in fsnotify()600 marks_mask |= READ_ONCE(mnt_data->ns->n_fsnotify_mask); in fsnotify()630 if (mnt_data) { in fsnotify()632 fsnotify_first_mark(&mnt_data->ns->n_fsnotify_marks); in fsnotify()
942 struct cifs_mnt_data *mnt_data = data; in cifs_set_super() local943 sb->s_fs_info = mnt_data->cifs_sb; in cifs_set_super()951 struct cifs_mnt_data mnt_data; in cifs_smb3_do_mount() local994 mnt_data.ctx = cifs_sb->ctx; in cifs_smb3_do_mount()995 mnt_data.cifs_sb = cifs_sb; in cifs_smb3_do_mount()996 mnt_data.flags = flags; in cifs_smb3_do_mount()1001 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
2921 compare_mount_options(struct super_block *sb, struct cifs_mnt_data *mnt_data) in compare_mount_options() argument2924 struct cifs_sb_info *new = mnt_data->cifs_sb; in compare_mount_options()2928 if ((sb->s_flags & CIFS_MS_MASK) != (mnt_data->flags & CIFS_MS_MASK)) in compare_mount_options()2976 struct cifs_mnt_data *mnt_data) in match_prepath() argument2978 struct smb3_fs_context *ctx = mnt_data->ctx; in match_prepath()2980 struct cifs_sb_info *new = mnt_data->cifs_sb; in match_prepath()3001 struct cifs_mnt_data *mnt_data = data; in cifs_match_super() local3030 ctx = mnt_data->ctx; in cifs_match_super()3039 !match_prepath(sb, tcon, mnt_data)) { in cifs_match_super()3044 rc = compare_mount_options(sb, mnt_data); in cifs_match_super()
Completed in 13 milliseconds