Home
last modified time | relevance | path

Searched refs:XFS_I (Results 1 – 13 of 13) sorted by relevance

/linux/fs/xfs/
H A Dxfs_file.c75 struct xfs_inode *ip = XFS_I(file->f_mapping->host); in xfs_dir_fsync()
131 struct xfs_inode *ip = XFS_I(file->f_mapping->host); in xfs_file_fsync()
190 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); in xfs_ilock_iocb()
208 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); in xfs_ilock_iocb_for_write()
253 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); in xfs_file_dio_read()
284 struct xfs_inode *ip = XFS_I(iocb->ki_filp->f_mapping->host); in xfs_file_dax_read()
307 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); in xfs_file_buffered_read()
327 struct xfs_mount *mp = XFS_I(inode)->i_mount; in xfs_file_read_iter()
356 struct xfs_inode *ip = XFS_I(inode); in xfs_file_splice_read()
391 struct xfs_inode *ip = XFS_I(iocb->ki_filp->f_mapping->host); in xfs_file_write_zero_eof()
[all …]
H A Dxfs_ioctl.c83 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; in xfs_ioc_fsbulkstat()
266 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; in xfs_ioc_bulkstat()
515 struct xfs_inode *ip = XFS_I(d_inode(dentry)); in xfs_fileattr_get()
729 struct xfs_inode *ip = XFS_I(d_inode(dentry)); in xfs_fileattr_set()
903 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap()
962 ip = XFS_I(file_inode(fd_file(f))); in xfs_ioc_swapext()
963 tip = XFS_I(file_inode(fd_file(tmp))); in xfs_ioc_swapext()
1112 struct xfs_mount *mp = XFS_I(file_inode(filp))->i_mount; in xfs_ioctl_getset_resblocks()
1185 struct xfs_inode *ip = XFS_I(inode); in xfs_file_ioctl()
H A Dxfs_iomap.c80 struct xfs_inode *ip = XFS_I(inode); in xfs_iomap_valid()
853 struct xfs_inode *ip = XFS_I(inode); in xfs_direct_write_iomap_begin()
1056 struct xfs_inode *ip = XFS_I(inode); in xfs_zoned_direct_write_iomap_begin()
1126 struct xfs_inode *ip = XFS_I(inode); in xfs_atomic_write_cow_iomap_begin()
1287 struct xfs_inode *ip = XFS_I(inode); in xfs_dax_write_iomap_end()
1594 struct xfs_inode *ip = XFS_I(inode); in xfs_zoned_buffered_write_iomap_begin()
1763 struct xfs_inode *ip = XFS_I(inode); in xfs_buffered_write_iomap_begin()
2040 xfs_bmap_punch_delalloc_range(XFS_I(inode), in xfs_buffered_write_delalloc_punch()
2104 struct xfs_inode *ip = XFS_I(inode); in xfs_read_iomap_begin()
2149 struct xfs_inode *ip = XFS_I(inode); in xfs_seek_iomap_begin()
[all …]
H A Dxfs_filestream.c190 return dir ? XFS_I(dir) : NULL; in xfs_filestream_get_parent()
H A Dxfs_verify_media.c413 struct xfs_inode *ip = XFS_I(file_inode(file)); in xfs_ioc_verify_media()
H A Dxfs_super.c710 struct xfs_inode *ip = XFS_I(inode); in xfs_fs_destroy_inode()
756 struct xfs_inode *ip = XFS_I(inode); in xfs_fs_drop_inode()
923 struct xfs_inode *ip = XFS_I(d_inode(dentry)); in xfs_fs_statfs()
1281 xfs_healthmon_report_file_ioerror(XFS_I(event->inode), event); in xfs_fs_report_error()
H A Dxfs_inode.h170 static inline struct xfs_inode *XFS_I(struct inode *inode) in XFS_I() function
H A Dxfs_zone_alloc.c773 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_mark_rtg_boundary()
856 struct xfs_inode *ip = XFS_I(ioend->io_inode); in xfs_zone_alloc_and_submit()
H A Dxfs_healthmon.c1173 struct xfs_inode *ip = XFS_I(file_inode(file)); in xfs_ioc_health_monitor()
H A Dxfs_icache.c142 struct xfs_inode *ip = XFS_I(inode); in xfs_inode_free_callback()
/linux/fs/xfs/scrub/
H A Dscrub.c662 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; in xfs_scrub_metadata()
669 trace_xchk_start(XFS_I(file_inode(file)), sm, error); in xfs_scrub_metadata()
772 trace_xchk_done(XFS_I(file_inode(file)), sm, error); in xfs_scrub_metadata()
903 struct xfs_inode *ip_in = XFS_I(file_inode(file)); in xfs_ioc_scrubv_metadata()
H A Dorphanage.c193 error = xrep_chown_orphanage(sc, XFS_I(orphanage_inode)); in xrep_orphanage_create()
198 sc->orphanage = XFS_I(orphanage_inode); in xrep_orphanage_create()
H A Dtrace.h2828 __entry->ino = sc->file ? XFS_I(file_inode(sc->file))->i_ino : 0;