All of lore.kernel.org
 help / color / mirror / Atom feed
From: Irfan Hamid <irfan_hamid@softhome.net>
To: chandrasekhar.nagaraj@patni.com, linux-kernel@vger.kernel.org
Subject: Re: Path Name to kdev_t
Date: Thu, 14 Nov 2002 22:50:48 +0000	[thread overview]
Message-ID: <200211142250.48514.irfan_hamid@softhome.net> (raw)
In-Reply-To: <000101c28be4$9ff1bf20$e9bba5cc@patni.com>

in all functions of the driver where you will need the kdev_t (e.g.: the VFS 
layer hooks) you will receive either a struct inode* and/or the struct file* 
of the device file. the i_rdev member of struct inode is defined as the 
kdev_t of the particular device.

hope this helps.

regards,
irfan.

On Thursday 14 November 2002 01:49 pm, chandrasekhar.nagaraj wrote:
> Hi,
>
> In one of the part of my driver module , I have a path name to a device
> file (for eg:- /dev/hda1) .Now if I want to obtain the associated major
> number and minor number i.e. device ID(kdev_t) of this file what would be
> the procedure?
>
> Thanks and Regards
> Chandrasekhar
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


  parent reply	other threads:[~2002-11-14 17:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-14 13:49 Path Name to kdev_t chandrasekhar.nagaraj
2002-11-14 15:20 ` Gianni Tedesco
2002-11-14 15:32 ` Steven Dake
2002-11-14 22:50 ` Irfan Hamid [this message]
2002-11-15 16:15 ` Joe Thornber
2002-11-15 16:28   ` Christoph Hellwig
2002-11-15 18:10   ` Alexander Viro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200211142250.48514.irfan_hamid@softhome.net \
    --to=irfan_hamid@softhome.net \
    --cc=chandrasekhar.nagaraj@patni.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.