Symbol: XFS_I
fs/xfs/scrub/common.c
1125
struct xfs_inode *ip_in = XFS_I(file_inode(sc->file));
fs/xfs/scrub/common.c
92
sc->ip ? sc->ip : XFS_I(file_inode(sc->file)),
fs/xfs/scrub/findparent.c
460
trace_xrep_findparent_from_dcache(sc->ip, XFS_I(pip)->i_ino);
fs/xfs/scrub/findparent.c
461
ret = XFS_I(pip)->i_ino;
fs/xfs/scrub/findparent.c
464
xchk_irele(sc, XFS_I(pip));
fs/xfs/scrub/inode.c
95
struct xfs_inode *ip_in = XFS_I(file_inode(sc->file));
fs/xfs/scrub/orphanage.c
193
error = xrep_chown_orphanage(sc, XFS_I(orphanage_inode));
fs/xfs/scrub/orphanage.c
198
sc->orphanage = XFS_I(orphanage_inode);
fs/xfs/scrub/repair.c
69
trace_xrep_attempt(XFS_I(file_inode(sc->file)), sc->sm, error);
fs/xfs/scrub/repair.c
79
trace_xrep_done(XFS_I(file_inode(sc->file)), sc->sm, error);
fs/xfs/scrub/scrub.c
662
struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount;
fs/xfs/scrub/scrub.c
669
trace_xchk_start(XFS_I(file_inode(file)), sm, error);
fs/xfs/scrub/scrub.c
772
trace_xchk_done(XFS_I(file_inode(file)), sm, error);
fs/xfs/scrub/scrub.c
903
struct xfs_inode *ip_in = XFS_I(file_inode(file));
fs/xfs/scrub/trace.h
2820
__entry->ino = sc->file ? XFS_I(file_inode(sc->file))->i_ino : 0;
fs/xfs/xfs_acl.c
131
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_acl.c
177
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_acl.c
225
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_aops.c
109
struct xfs_inode *ip = XFS_I(ioend->io_inode);
fs/xfs/xfs_aops.c
219
struct xfs_inode *ip = XFS_I(ioend->io_inode);
fs/xfs/xfs_aops.c
262
struct xfs_inode *ip = XFS_I(folio->mapping->host);
fs/xfs/xfs_aops.c
329
struct xfs_inode *ip = XFS_I(wpc->inode);
fs/xfs/xfs_aops.c
44
XFS_I(ioend->io_inode)->i_disk_size;
fs/xfs/xfs_aops.c
538
error = xfs_reflink_convert_cow(XFS_I(ioend->io_inode),
fs/xfs/xfs_aops.c
574
struct xfs_inode *ip = XFS_I(wpc->inode);
fs/xfs/xfs_aops.c
678
struct xfs_inode *ip = XFS_I(mapping->host);
fs/xfs/xfs_aops.c
714
struct xfs_inode *ip = XFS_I(mapping->host);
fs/xfs/xfs_aops.c
726
struct xfs_inode *ip = XFS_I(mapping->host);
fs/xfs/xfs_aops.c
766
struct xfs_inode *ip = XFS_I(file_inode(swap_file));
fs/xfs/xfs_exchrange.c
675
struct xfs_inode *ip1 = XFS_I(inode1);
fs/xfs/xfs_exchrange.c
676
struct xfs_inode *ip2 = XFS_I(inode2);
fs/xfs/xfs_exchrange.c
847
struct xfs_inode *ip2 = XFS_I(inode2);
fs/xfs/xfs_exchrange.c
892
struct xfs_inode *ip2 = XFS_I(file_inode(file));
fs/xfs/xfs_export.c
226
error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL);
fs/xfs/xfs_export.c
237
return xfs_log_force_inode(XFS_I(inode));
fs/xfs/xfs_export.c
85
fid->i32.parent_ino = XFS_I(parent)->i_ino;
fs/xfs/xfs_export.c
89
fid->i32.ino = XFS_I(inode)->i_ino;
fs/xfs/xfs_export.c
93
fid64->parent_ino = XFS_I(parent)->i_ino;
fs/xfs/xfs_export.c
97
fid64->ino = XFS_I(inode)->i_ino;
fs/xfs/xfs_file.c
1061
struct xfs_inode *ip = XFS_I(iocb->ki_filp->f_mapping->host);
fs/xfs/xfs_file.c
1124
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
1171
struct xfs_inode *ip = XFS_I(file_inode(filp));
fs/xfs/xfs_file.c
1226
if (!xfs_is_falloc_aligned(XFS_I(inode), offset, len))
fs/xfs/xfs_file.c
1236
error = xfs_collapse_file_space(XFS_I(inode), offset, len, ac);
fs/xfs/xfs_file.c
1252
if (!xfs_is_falloc_aligned(XFS_I(inode), offset, len))
fs/xfs/xfs_file.c
1276
return xfs_insert_file_space(XFS_I(inode), offset, len);
fs/xfs/xfs_file.c
131
struct xfs_inode *ip = XFS_I(file->f_mapping->host);
fs/xfs/xfs_file.c
1328
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
1371
error = xfs_reflink_unshare(XFS_I(inode), offset, len);
fs/xfs/xfs_file.c
1375
error = xfs_alloc_file_space(XFS_I(inode), offset, len);
fs/xfs/xfs_file.c
1396
if (xfs_is_always_cow_inode(XFS_I(inode)))
fs/xfs/xfs_file.c
1403
error = xfs_alloc_file_space(XFS_I(inode), offset, len);
fs/xfs/xfs_file.c
1424
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
1486
struct xfs_inode *ip = XFS_I(file_inode(file));
fs/xfs/xfs_file.c
1532
if (xfs_is_zoned_inode(XFS_I(inode)) &&
fs/xfs/xfs_file.c
1546
struct xfs_inode *ip = XFS_I(file_inode(file));
fs/xfs/xfs_file.c
1574
struct xfs_inode *src = XFS_I(inode_in);
fs/xfs/xfs_file.c
1576
struct xfs_inode *dest = XFS_I(inode_out);
fs/xfs/xfs_file.c
1646
if (xfs_get_atomic_write_min(XFS_I(inode)) > 0)
fs/xfs/xfs_file.c
1656
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
1686
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
1764
xfs_inode_t *ip = XFS_I(inode);
fs/xfs/xfs_file.c
1792
if (xfs_is_shutdown(XFS_I(inode)->i_mount))
fs/xfs/xfs_file.c
1838
struct xfs_inode *ip = XFS_I(file_inode(vmf->vma->vm_file));
fs/xfs/xfs_file.c
1867
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
190
struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp));
fs/xfs/xfs_file.c
1904
struct xfs_inode *ip = XFS_I(file_inode(vmf->vma->vm_file));
fs/xfs/xfs_file.c
1930
if (xfs_is_zoned_inode(XFS_I(file_inode(vmf->vma->vm_file))))
fs/xfs/xfs_file.c
1956
trace_xfs_read_fault(XFS_I(inode), 0);
fs/xfs/xfs_file.c
2007
struct xfs_buftarg *target = xfs_inode_buftarg(XFS_I(inode));
fs/xfs/xfs_file.c
208
struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp));
fs/xfs/xfs_file.c
253
struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp));
fs/xfs/xfs_file.c
284
struct xfs_inode *ip = XFS_I(iocb->ki_filp->f_mapping->host);
fs/xfs/xfs_file.c
307
struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp));
fs/xfs/xfs_file.c
327
struct xfs_mount *mp = XFS_I(inode)->i_mount;
fs/xfs/xfs_file.c
356
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
391
struct xfs_inode *ip = XFS_I(iocb->ki_filp->f_mapping->host);
fs/xfs/xfs_file.c
489
xfs_iunlock(XFS_I(inode), *iolock);
fs/xfs/xfs_file.c
571
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
666
struct xfs_mount *mp = XFS_I(iter->inode)->i_mount;
fs/xfs/xfs_file.c
75
struct xfs_inode *ip = XFS_I(file->f_mapping->host);
fs/xfs/xfs_file.c
932
struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp));
fs/xfs/xfs_file.c
956
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_file.c
997
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_filestream.c
190
return dir ? XFS_I(dir) : NULL;
fs/xfs/xfs_handle.c
105
ip = XFS_I(inode);
fs/xfs/xfs_handle.c
185
struct xfs_inode *ip = XFS_I(file_inode(file));
fs/xfs/xfs_handle.c
200
return XFS_I(inode);
fs/xfs/xfs_handle.c
486
error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)), al_hreq.buffer,
fs/xfs/xfs_handle.c
501
.dp = XFS_I(inode),
fs/xfs/xfs_handle.c
534
.dp = XFS_I(inode),
fs/xfs/xfs_handle.c
852
.ip = XFS_I(file_inode(file)),
fs/xfs/xfs_handle.c
882
struct xfs_inode *ip = XFS_I(file_inode(file));
fs/xfs/xfs_healthmon.c
1173
struct xfs_inode *ip = XFS_I(file_inode(file));
fs/xfs/xfs_icache.c
142
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_inode.c
3005
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_inode.c
3016
xfs_assert_ilocked(XFS_I(inode), XFS_MMAPLOCK_EXCL);
fs/xfs/xfs_inode.c
3030
xfs_assert_ilocked(XFS_I(inode), XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL);
fs/xfs/xfs_ioctl.c
1112
struct xfs_mount *mp = XFS_I(file_inode(filp))->i_mount;
fs/xfs/xfs_ioctl.c
1185
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_ioctl.c
266
struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount;
fs/xfs/xfs_ioctl.c
515
struct xfs_inode *ip = XFS_I(d_inode(dentry));
fs/xfs/xfs_ioctl.c
729
struct xfs_inode *ip = XFS_I(d_inode(dentry));
fs/xfs/xfs_ioctl.c
83
struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount;
fs/xfs/xfs_ioctl.c
903
error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf);
fs/xfs/xfs_ioctl.c
962
ip = XFS_I(file_inode(fd_file(f)));
fs/xfs/xfs_ioctl.c
963
tip = XFS_I(file_inode(fd_file(tmp)));
fs/xfs/xfs_ioctl32.c
203
struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount;
fs/xfs/xfs_ioctl32.c
359
error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)),
fs/xfs/xfs_ioctl32.c
427
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
1056
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
1126
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
1287
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
1594
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
1763
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
2040
xfs_bmap_punch_delalloc_range(XFS_I(inode),
fs/xfs/xfs_iomap.c
2104
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
2149
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
2237
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
80
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iomap.c
853
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iops.c
1138
struct xfs_inode *ip = XFS_I(d_inode(dentry));
fs/xfs/xfs_iops.c
1156
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iops.c
1190
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iops.c
1234
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iops.c
1255
xfs_ilock(XFS_I(inode), XFS_IOLOCK_SHARED);
fs/xfs/xfs_iops.c
1264
xfs_iunlock(XFS_I(inode), XFS_IOLOCK_SHARED);
fs/xfs/xfs_iops.c
136
xfs_remove(XFS_I(dir), &teardown, XFS_I(inode));
fs/xfs/xfs_iops.c
181
.pip = XFS_I(dir),
fs/xfs/xfs_iops.c
327
error = xfs_lookup(XFS_I(dir), &name, &cip, NULL);
fs/xfs/xfs_iops.c
353
error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name);
fs/xfs/xfs_iops.c
394
error = xfs_link(XFS_I(dir), XFS_I(inode), &name);
fs/xfs/xfs_iops.c
413
error = xfs_remove(XFS_I(dir), &name, XFS_I(d_inode(dentry)));
fs/xfs/xfs_iops.c
444
error = xfs_symlink(idmap, XFS_I(dir), &name, symname, mode, &cip);
fs/xfs/xfs_iops.c
499
return xfs_rename(idmap, XFS_I(odir), &oname,
fs/xfs/xfs_iops.c
500
XFS_I(d_inode(odentry)), XFS_I(ndir), &nname,
fs/xfs/xfs_iops.c
501
new_inode ? XFS_I(new_inode) : NULL, flags);
fs/xfs/xfs_iops.c
525
error = xfs_readlink(XFS_I(d_inode(dentry)), link);
fs/xfs/xfs_iops.c
60
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iops.c
690
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_iops.c
762
struct xfs_mount *mp = XFS_I(d_inode(dentry))->i_mount;
fs/xfs/xfs_pnfs.c
116
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_pnfs.c
262
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_pnfs.c
33
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_reflink.c
1661
struct xfs_inode *src = XFS_I(inode_in);
fs/xfs/xfs_reflink.c
1663
struct xfs_inode *dest = XFS_I(inode_out);
fs/xfs/xfs_super.c
1281
xfs_healthmon_report_file_ioerror(XFS_I(event->inode), event);
fs/xfs/xfs_super.c
710
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_super.c
756
struct xfs_inode *ip = XFS_I(inode);
fs/xfs/xfs_super.c
923
struct xfs_inode *ip = XFS_I(d_inode(dentry));
fs/xfs/xfs_trace.h
1761
__entry->ino = XFS_I(file_inode(iocb->ki_filp))->i_ino;
fs/xfs/xfs_trace.h
1762
__entry->size = XFS_I(file_inode(iocb->ki_filp))->i_disk_size;
fs/xfs/xfs_trace.h
6329
__entry->ino = XFS_I(p->inode)->i_ino;
fs/xfs/xfs_verify_media.c
411
struct xfs_inode *ip = XFS_I(file_inode(file));
fs/xfs/xfs_xattr.c
138
.dp = XFS_I(inode),
fs/xfs/xfs_xattr.c
147
if (xfs_ifork_zapped(XFS_I(inode), XFS_ATTR_FORK))
fs/xfs/xfs_xattr.c
177
.dp = XFS_I(inode),
fs/xfs/xfs_xattr.c
326
if (xfs_ifork_zapped(XFS_I(inode), XFS_ATTR_FORK))
fs/xfs/xfs_xattr.c
333
context.dp = XFS_I(inode);
fs/xfs/xfs_zone_alloc.c
773
struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount;
fs/xfs/xfs_zone_alloc.c
856
struct xfs_inode *ip = XFS_I(ioend->io_inode);