Searched refs:mnt (Results 1 - 5 of 5) sorted by relevance

/drivers/mtd/
H A Dmtdchar.c78 static struct vfsmount *mnt; variable in typeref:struct:vfsmount
96 ret = simple_pin_fs(&mtd_inodefs_type, &mnt, &count);
113 mtd_ino = iget_locked(mnt->mnt_sb, devnum);
149 simple_release_fs(&mnt, &count);
171 simple_release_fs(&mnt, &count);
/drivers/scsi/aacraid/
H A Daachba.c532 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) &&
533 (le32_to_cpu(dresp->mnt[0].state) != FSCS_HIDDEN)) {
536 if (dresp->mnt[0].state & cpu_to_le32(FSCS_NOT_READY))
540 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol);
542 = ((u64)le32_to_cpu(dresp->mnt[0].capacity)) +
543 (((u64)le32_to_cpu(dresp->mnt[0].capacityhigh)) << 32);
544 fsa_dev_ptr->ro = ((le32_to_cpu(dresp->mnt[0].state) & FSCS_READONLY) != 0);
566 dresp->mnt[0].capacityhigh = 0;
568 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE)) {
H A Daacraid.h1672 struct aac_mntent mnt[1]; member in struct:aac_mount
/drivers/base/
H A Ddevtmpfs.c322 err = vfs_getattr(nd.path.mnt, dentry, &stat);
/drivers/block/
H A Dloop.c1120 error = vfs_getattr(file->f_path.mnt, file->f_path.dentry, &stat);

Completed in 108 milliseconds