Home
last modified time | relevance | path

Searched refs:inode (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h265 static __inline__ struct reiserfs_inode_info *REISERFS_I(const struct inode *inode) in REISERFS_I() argument
267 return container_of(inode, struct reiserfs_inode_info, vfs_inode); in REISERFS_I()
289 #define get_inode_item_key_version( inode ) \ argument
290 ((REISERFS_I(inode)->i_flags & i_item_key_version_mask) ? KEY_FORMAT_3_6 : KEY_FORMAT_3_5)
292 #define set_inode_item_key_version( inode, version ) \ argument
294 REISERFS_I(inode)->i_flags |= i_item_key_version_mask; \
296 REISERFS_I(inode)->i_flags &= ~i_item_key_version_mask; })
298 #define get_inode_sd_version(inode) \ argument
299 ((REISERFS_I(inode)->i_flags & i_stat_data_version_mask) ? STAT_DATA_V2 : STAT_DATA_V1)
301 #define set_inode_sd_version(inode, version) \ argument
[all …]
H A Dfs.h169 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg)) argument
171 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY) argument
172 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || \ argument
173 ((inode)->i_flags & S_SYNC))
174 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \ argument
175 ((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
176 #define IS_MANDLOCK(inode) __IS_FLG(inode, MS_MANDLOCK) argument
177 #define IS_NOATIME(inode) __IS_FLG(inode, MS_RDONLY|MS_NOATIME) argument
178 #define IS_I_VERSION(inode) __IS_FLG(inode, MS_I_VERSION) argument
180 #define IS_NOQUOTA(inode) ((inode)->i_flags & S_NOQUOTA) argument
[all …]
H A Dminix_fs.h97 __u16 inode; member
102 __u32 inode; member
H A Dext2_fs.h485 __le32 inode; /* Inode number */ member
498 __le32 inode; /* Inode number */ member
H A Dnet.h27 struct inode;
H A Dfutex.h6 struct inode;
H A Dcoda.h367 ino_t inode; member
/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c385 static int utopia_proc_open(struct inode *inode, struct file *file) in utopia_proc_open() argument
399 static int utopia_proc_release(struct inode *inode, struct file * file) in utopia_proc_release() argument
496 static int mpoolinfo_proc_open(struct inode *inode, struct file *file) in mpoolinfo_proc_open() argument
500 static int mpoolinfo_proc_release(struct inode *inode, struct file * file) in mpoolinfo_proc_release() argument
605 static int STR_verify_proc_open(struct inode *inode, struct file *file) in STR_verify_proc_open() argument
609 static int STR_verify_proc_release(struct inode *inode, struct file * file) in STR_verify_proc_release() argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c262 MFE_S32 MDrv_MFE_Open(struct inode *inode, struct file *filp);
263 MFE_S32 MDrv_MFE_Release(struct inode *inode, struct file *filp);
267 … int MDrv_MFE_Ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg);
358 S32 MDrv_MFE_Open(struct inode *inode, struct file *filp) in MDrv_MFE_Open() argument
364 S32 MDrv_MFE_Release(struct inode *inode, struct file *filp) in MDrv_MFE_Release() argument
1323 int MDrv_MFE_Ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) in MDrv_MFE_Ioctl() argument
H A Dmdrv_mfe_io.h121 typedef struct inode mfe_struct_inode;
122 int MDrv_MFE_Ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg);
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A D.Ksym.o.cmd363 $(wildcard include/config/mp/kernel/compat/patch/fix/inode/cluster/list.h) \
364 $(wildcard include/config/mp/kernel/compat/patch/fix/inode/cluster/list/debug.h) \