tag | line | file | source code |
dot | 216 | fs/msdos/namei.c | struct inode *inode,*dot; |
dot | 239 | fs/msdos/namei.c | if ((res = msdos_create_entry(inode,MSDOS_DOT,1,&dot)) < 0) |
dot | 241 | fs/msdos/namei.c | dot->i_size = inode->i_size; |
dot | 242 | fs/msdos/namei.c | dot->i_data[D_START] = inode->i_data[D_START]; |
dot | 243 | fs/msdos/namei.c | dot->i_dirt = 1; |
dot | 244 | fs/msdos/namei.c | iput(dot); |
dot | 245 | fs/msdos/namei.c | if ((res = msdos_create_entry(inode,MSDOS_DOTDOT,1,&dot)) < 0) |
dot | 248 | fs/msdos/namei.c | dot->i_size = dir->i_size; |
dot | 249 | fs/msdos/namei.c | dot->i_data[D_START] = dir->i_data[D_START]; |
dot | 250 | fs/msdos/namei.c | dot->i_dirt = 1; |
dot | 252 | fs/msdos/namei.c | iput(dot); |