Go to the documentation of this file.
45 #define MAJOR(id) ((id) >> 8)
48 #define MINOR(id) ((id) & 0xFF)
98 struct ninfo *(*get_ninfo)(
struct sinfo *
this,
unsigned long id);
105 static inline void vfs_ninfo_ref(
struct ninfo *
node)
110 static inline void vfs_ninfo_unref(
struct ninfo *
node)
115 static inline void vfs_sinfo_ref(
struct sinfo *
sinfo)
120 static inline void vfs_sinfo_unref(
struct sinfo *
sinfo)