Home
last modified time | relevance | path

Searched defs:inode (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
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
174 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \ argument
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
181 #define IS_APPEND(inode) ((inode)->i_flags & S_APPEND) argument
182 #define IS_IMMUTABLE(inode) ((inode)->i_flags & S_IMMUTABLE) argument
[all …]
H A Dminix_fs.h97 __u16 inode; member
102 __u32 inode; member
H A Dreiserfs_fs.h265 static __inline__ struct reiserfs_inode_info *REISERFS_I(const struct inode *inode) in REISERFS_I()
289 #define get_inode_item_key_version( inode ) \ argument
292 #define set_inode_item_key_version( inode, version ) \ argument
298 #define get_inode_sd_version(inode) \ argument
301 #define set_inode_sd_version(inode, version) \ argument
1222 #define INODE_PKEY(inode) ((struct reiserfs_key *)(REISERFS_I(inode)->i_key)) argument
1231 static __inline__ loff_t max_reiserfs_offset(struct inode *inode) in max_reiserfs_offset()
1684 static __inline__ int reiserfs_file_data_log(struct inode *inode) in reiserfs_file_data_log()
1843 #define i_block_size(inode) ((inode)->i_sb->s_blocksize) argument
1844 #define file_size(inode) ((inode)->i_size) argument
[all …]
H A Dext2_fs.h485 __le32 inode; /* Inode number */ member
498 __le32 inode; /* Inode number */ member
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()
399 static int utopia_proc_release(struct inode *inode, struct file * file) in utopia_proc_release()
496 static int mpoolinfo_proc_open(struct inode *inode, struct file *file) in mpoolinfo_proc_open()
500 static int mpoolinfo_proc_release(struct inode *inode, struct file * file) in mpoolinfo_proc_release()
605 static int STR_verify_proc_open(struct inode *inode, struct file *file) in STR_verify_proc_open()
609 static int STR_verify_proc_release(struct inode *inode, struct file * file) in STR_verify_proc_release()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c358 S32 MDrv_MFE_Open(struct inode *inode, struct file *filp) in MDrv_MFE_Open()
364 S32 MDrv_MFE_Release(struct inode *inode, struct file *filp) in MDrv_MFE_Release()
1323 int MDrv_MFE_Ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) in MDrv_MFE_Ioctl()