Home
last modified time | relevance | path

Searched refs:t_ext2_inode (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/ext2ed/
Dinode_com.c141 inode_ptr=&type_data.u.t_ext2_inode; in type_ext2_inode___show()
164 wmove (show_pad,3,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_atime)); in type_ext2_inode___show()
165 wmove (show_pad,4,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_ctime)); in type_ext2_inode___show()
166 wmove (show_pad,5,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_mtime)); in type_ext2_inode___show()
167 wmove (show_pad,6,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_dtime)); in type_ext2_inode___show()
242 if (type_data.u.t_ext2_inode.i_mode==0) in type_ext2_inode___show()
245 if (S_ISREG (type_data.u.t_ext2_inode.i_mode)) in type_ext2_inode___show()
248 if (S_ISDIR (type_data.u.t_ext2_inode.i_mode)) in type_ext2_inode___show()
251 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) { in type_ext2_inode___show()
256 wprintw (show_pad,"-> %s",(char *) &type_data.u.t_ext2_inode.i_block [0]); in type_ext2_inode___show()
[all …]
Ddir_com.c53 ptr=&type_data.u.t_ext2_inode; /* type_data contains the inode */ in init_dir_info()
268 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) {/* Symbolic link ? */ in type_dir___cd()
270 if (type_data.u.t_ext2_inode.i_size > 60) { /* I'm lazy, I guess :-) */ in type_dir___cd()
277 strcpy (temp2,(unsigned char *) &type_data.u.t_ext2_inode.i_block); in type_dir___cd()
290 if (S_ISDIR (type_data.u.t_ext2_inode.i_mode)) { /* Is it an inode of a directory ? */ in type_dir___cd()
Dext2ed.h115 struct ext2_inode t_ext2_inode; member
Dfile_com.c28 ptr=&type_data.u.t_ext2_inode; in init_file_info()