Searched refs:mnt_data (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-13-stable/sys/fs/fdescfs/
H A Dfdesc.h69 #define VFSTOFDESC(mp) ((struct fdescmount *)((mp)->mnt_data))
H A Dfdesc_vfsops.c100 mp->mnt_data = fmp;
109 mp->mnt_data = NULL;
142 fmp = mp->mnt_data;
165 mp->mnt_data = NULL;
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_mount.h69 #define VFSTOEXT2(mp) ((struct ext2mount *)((mp)->mnt_data))
/freebsd-13-stable/sys/fs/nullfs/
H A Dnull.h64 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data))
H A Dnull_vfsops.c169 mp->mnt_data = xmp;
255 mntdata = mp->mnt_data;
267 mp->mnt_data = NULL;
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs.h89 #define VFSTOSMBFS(mp) ((struct smbmount *)((mp)->mnt_data))
H A Dsmbfs_vfsops.c175 mp->mnt_data = smp;
299 mp->mnt_data = NULL;
/freebsd-13-stable/sys/nfsclient/
H A Dnfsmount.h112 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
/freebsd-13-stable/sys/fs/autofs/
H A Dautofs_vfsops.c85 mp->mnt_data = amp;
171 mp->mnt_data = NULL;
H A Dautofs.h36 #define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data))
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h45 #define vfs_data mnt_data
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfsmount.h130 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
/freebsd-13-stable/sys/fs/udf/
H A Dudf.h86 #define VFSTOUDFFS(mp) ((struct udf_mnt *)((mp)->mnt_data))
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h44 #define vfs_data mnt_data
/freebsd-13-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c115 fmp = mp->mnt_data;
140 mp->mnt_data = (void *) fmp;
197 mp->mnt_data = NULL;
H A Ddevfs.h173 #define VFSTODEVFS(mp) ((struct devfs_mount *)((mp)->mnt_data))
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c173 zfs_mnt_t zm = { .mnt_osname = NULL, .mnt_data = data };
320 zfs_mnt_t zm = { .mnt_osname = osname, .mnt_data = data };
/freebsd-13-stable/sys/fs/unionfs/
H A Dunion_vfsops.c270 mp->mnt_data = ump;
290 mp->mnt_data = NULL;
347 mp->mnt_data = NULL;
H A Dunion.h105 #define MOUNTTOUNIONFSMOUNT(mp) ((struct unionfs_mount *)((mp)->mnt_data))
/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfsmount.h133 #define VFSTOMSDOSFS(mp) ((struct msdosfsmount *)mp->mnt_data)
/freebsd-13-stable/sys/ufs/ufs/
H A Dufsmount.h185 #define VFSTOUFS(mp) ((struct ufsmount *)((mp)->mnt_data))
/freebsd-13-stable/sys/fs/tmpfs/
H A Dtmpfs.h535 MPASS(mp != NULL && mp->mnt_data != NULL);
536 tmp = (struct tmpfs_mount *)mp->mnt_data;
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_vfsops.c423 mp->mnt_data = data;
460 mp->mnt_data = NULL;
487 /* There is 1 extra root vnode reference (mp->mnt_data). */
522 mp->mnt_data = NULL;
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs.c373 mp->mnt_data = pi;
422 pi = (struct pfs_info *)mp->mnt_data;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c1261 void *mnt_data; member in struct:mnt_param
1280 mnt_param->mnt_data = data;
1350 if (mp->mnt_func(handles[idx], mp->mnt_data) != 0)
1370 mp->mnt_func, mp->mnt_data, mp->mnt_tp);

Completed in 293 milliseconds

12