Home
last modified time | relevance | path

Searched refs:mnt_data (Results 1 – 3 of 3) sorted by relevance

/fs/notify/
A Dfsnotify.c546 const struct fsnotify_mnt *mnt_data = fsnotify_data_mnt(data, data_type); in fsnotify() local
588 (!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()
/fs/smb/client/
A Dcifsfs.c942 struct cifs_mnt_data *mnt_data = data; in cifs_set_super() local
943 sb->s_fs_info = mnt_data->cifs_sb; in cifs_set_super()
951 struct cifs_mnt_data mnt_data; in cifs_smb3_do_mount() local
994 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()
A Dconnect.c2921 compare_mount_options(struct super_block *sb, struct cifs_mnt_data *mnt_data) in compare_mount_options() argument
2924 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() argument
2978 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() local
3030 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