Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dinode_com.c142 inode_ptr=&type_data.u.t_ext2_inode; in type_ext2_inode___show()
165 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()
166 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()
167 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()
168 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()
243 if (type_data.u.t_ext2_inode.i_mode==0) in type_ext2_inode___show()
246 if (S_ISREG (type_data.u.t_ext2_inode.i_mode)) in type_ext2_inode___show()
249 if (S_ISDIR (type_data.u.t_ext2_inode.i_mode)) in type_ext2_inode___show()
252 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) { in type_ext2_inode___show()
257 wprintw (show_pad,"-> %s",(char *) &type_data.u.t_ext2_inode.i_block [0]); in type_ext2_inode___show()
[all …]
Ddir_com.c54 ptr=&type_data.u.t_ext2_inode; /* type_data contains the inode */ in init_dir_info()
269 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) {/* Symbolic link ? */ in type_dir___cd()
271 if (type_data.u.t_ext2_inode.i_size > 60) { /* I'm lazy, I guess :-) */ in type_dir___cd()
278 strcpy (temp2,(unsigned char *) &type_data.u.t_ext2_inode.i_block); in type_dir___cd()
291 if (S_ISDIR (type_data.u.t_ext2_inode.i_mode)) { /* Is it an inode of a directory ? */ in type_dir___cd()
Dext2ed.h111 struct ext2_inode t_ext2_inode; member
Dfile_com.c29 ptr=&type_data.u.t_ext2_inode; in init_file_info()