Searched defs:ip (Results 101 - 125 of 662) sorted by last modified time

1234567891011>>

/linux-master/mm/kasan/
H A Dreport.c535 void kasan_report_invalid_free(void *ptr, unsigned long ip, enum kasan_report_type type) argument
577 kasan_report(const void *addr, size_t size, bool is_write, unsigned long ip) argument
H A Dcommon.c276 static inline bool check_page_allocation(void *ptr, unsigned long ip) argument
294 void __kasan_kfree_large(void *ptr, unsigned long ip) argument
211 poison_slab_object(struct kmem_cache *cache, void *object, unsigned long ip, bool init) argument
245 __kasan_slab_free(struct kmem_cache *cache, void *object, unsigned long ip, bool init) argument
462 __kasan_mempool_poison_pages(struct page *page, unsigned int order, unsigned long ip) argument
485 __kasan_mempool_unpoison_pages(struct page *page, unsigned int order, unsigned long ip) argument
491 __kasan_mempool_poison_object(void *ptr, unsigned long ip) argument
514 __kasan_mempool_unpoison_object(void *ptr, size_t size, unsigned long ip) argument
542 __kasan_check_byte(const void *address, unsigned long ip) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_fprobe.c702 unsigned long ip = (unsigned long)tpoint->probestub; local
/linux-master/fs/xfs/
H A Dxfs_trans_dquot.c152 xfs_trans_mod_ino_dquot( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot *dqp, unsigned int field, int64_t delta) argument
238 xfs_trans_mod_dquot_byino( xfs_trans_t *tp, xfs_inode_t *ip, uint field, int64_t delta) argument
947 xfs_trans_reserve_quota_nblks( struct xfs_trans *tp, struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, bool force) argument
[all...]
H A Dxfs_trans.c1189 xfs_trans_alloc_inode( struct xfs_inode *ip, struct xfs_trans_res *resv, unsigned int dblocks, unsigned int rblocks, bool force, struct xfs_trans **tpp) argument
1264 xfs_trans_reserve_more_inode( struct xfs_trans *tp, struct xfs_inode *ip, unsigned int dblocks, unsigned int rblocks, bool force_quota) argument
1350 xfs_trans_alloc_ichange( struct xfs_inode *ip, struct xfs_dquot *new_udqp, struct xfs_dquot *new_gdqp, struct xfs_dquot *new_pdqp, bool force, struct xfs_trans **tpp) argument
1435 xfs_trans_alloc_dir( struct xfs_inode *dp, struct xfs_trans_res *resv, struct xfs_inode *ip, unsigned int *dblocks, struct xfs_trans **tpp, int *nospace_error) argument
[all...]
H A Dxfs_symlink.c30 xfs_readlink( struct xfs_inode *ip, char *link) argument
92 struct xfs_inode *ip = NULL; local
252 xfs_inactive_symlink_rmt( struct xfs_inode *ip) argument
354 xfs_inactive_symlink( struct xfs_inode *ip) argument
[all...]
H A Dxfs_rtalloc.c658 xfs_growfs_rt_alloc( struct xfs_mount *mp, xfs_extlen_t oblocks, xfs_extlen_t nblocks, struct xfs_inode *ip) argument
1165 xfs_rtmount_iread_extents( struct xfs_inode *ip, unsigned int lock_class) argument
[all...]
H A Dxfs_reflink.c169 xfs_reflink_trim_around_shared( struct xfs_inode *ip, struct xfs_bmbt_irec *irec, bool *shared) argument
229 xfs_bmap_trim_cow( struct xfs_inode *ip, struct xfs_bmbt_irec *imap, bool *shared) argument
246 xfs_reflink_convert_cow_locked( struct xfs_inode *ip, xfs_fileoff_t offset_fsb, xfs_filblks_t count_fsb) argument
285 xfs_reflink_convert_cow( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t count) argument
310 xfs_find_trim_cow_extent( struct xfs_inode *ip, struct xfs_bmbt_irec *imap, struct xfs_bmbt_irec *cmap, bool *shared, bool *found) argument
348 xfs_reflink_convert_unwritten( struct xfs_inode *ip, struct xfs_bmbt_irec *imap, struct xfs_bmbt_irec *cmap, bool convert_now) argument
381 xfs_reflink_fill_cow_hole( struct xfs_inode *ip, struct xfs_bmbt_irec *imap, struct xfs_bmbt_irec *cmap, bool *shared, uint *lockmode, bool convert_now) argument
449 xfs_reflink_fill_delalloc( struct xfs_inode *ip, struct xfs_bmbt_irec *imap, struct xfs_bmbt_irec *cmap, bool *shared, uint *lockmode, bool convert_now) argument
520 xfs_reflink_allocate_cow( struct xfs_inode *ip, struct xfs_bmbt_irec *imap, struct xfs_bmbt_irec *cmap, bool *shared, uint *lockmode, bool convert_now) argument
578 xfs_reflink_cancel_cow_blocks( struct xfs_inode *ip, struct xfs_trans **tpp, xfs_fileoff_t offset_fsb, xfs_fileoff_t end_fsb, bool cancel_real) argument
661 xfs_reflink_cancel_cow_range( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t count, bool cancel_real) argument
720 xfs_reflink_end_cow_extent( struct xfs_inode *ip, xfs_fileoff_t *offset_fsb, xfs_fileoff_t end_fsb) argument
861 xfs_reflink_end_cow( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t count) argument
1153 xfs_reflink_remap_extent( struct xfs_inode *ip, struct xfs_bmbt_irec *dmap, xfs_off_t new_isize) argument
1435 xfs_reflink_zero_posteof( struct xfs_inode *ip, loff_t pos) argument
1560 xfs_reflink_inode_has_shared_extents( struct xfs_trans *tp, struct xfs_inode *ip, bool *has_shared) argument
1618 xfs_reflink_clear_inode_flag( struct xfs_inode *ip, struct xfs_trans **tpp) argument
1654 xfs_reflink_try_clear_inode_flag( struct xfs_inode *ip) argument
1691 xfs_reflink_unshare( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t len) argument
[all...]
H A Dxfs_quota.h128 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) argument
159 xfs_qm_vop_dqalloc(struct xfs_inode *ip, kuid_t kuid, kgid_t kgid, prid_t prid, uint flags, struct xfs_dquot **udqp, struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) argument
170 xfs_trans_mod_dquot_byino(struct xfs_trans *tp, struct xfs_inode *ip, uint field, int64_t delta) argument
176 xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, bool force) argument
191 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) argument
225 xfs_quota_unreserve_blkres(struct xfs_inode *ip, int64_t blocks) argument
[all...]
H A Dxfs_qm.c249 xfs_qm_dqattach_one( struct xfs_inode *ip, xfs_dqtype_t type, bool doalloc, struct xfs_dquot **IO_idqpp) argument
294 xfs_qm_need_dqattach( struct xfs_inode *ip) argument
316 xfs_qm_dqattach_locked( xfs_inode_t *ip, bool doalloc) argument
362 xfs_qm_dqattach( struct xfs_inode *ip) argument
383 xfs_qm_dqdetach( xfs_inode_t *ip) argument
1084 xfs_qm_quotacheck_dqadjust( struct xfs_inode *ip, xfs_dqtype_t type, xfs_qcnt_t nblks, xfs_qcnt_t rtblks) argument
1150 struct xfs_inode *ip; local
1677 xfs_qm_vop_dqalloc( struct xfs_inode *ip, kuid_t uid, kgid_t gid, prid_t prid, uint flags, struct xfs_dquot **O_udqpp, struct xfs_dquot **O_gdqpp, struct xfs_dquot **O_pdqpp) argument
1815 xfs_qm_vop_chown( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot **IO_olddq, struct xfs_dquot *newdq) argument
1884 struct xfs_inode *ip = i_tab[i]; local
1902 xfs_qm_vop_create_dqattach( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp) argument
1940 xfs_inode_near_dquot_enforcement( struct xfs_inode *ip, xfs_dqtype_t type) argument
[all...]
H A Dxfs_qm_bhv.c57 xfs_qm_statvfs( struct xfs_inode *ip, struct kstatfs *statp) argument
H A Dxfs_log_recover.c2691 struct xfs_inode *ip; local
H A Dxfs_itable.c64 struct xfs_inode *ip; /* incore inode pointer */ local
[all...]
H A Dxfs_iomap.c76 struct xfs_inode *ip local
36 xfs_alert_fsblock_zero( xfs_inode_t *ip, xfs_bmbt_irec_t *imap) argument
54 xfs_iomap_inode_sequence( struct xfs_inode *ip, u16 iomap_flags) argument
93 xfs_bmbt_to_iomap( struct xfs_inode *ip, struct iomap *iomap, struct xfs_bmbt_irec *imap, unsigned int mapping_flags, u16 iomap_flags, u64 sequence_cookie) argument
145 xfs_hole_to_iomap( struct xfs_inode *ip, struct iomap *iomap, xfs_fileoff_t offset_fsb, xfs_fileoff_t end_fsb) argument
173 xfs_eof_alignment( struct xfs_inode *ip) argument
205 xfs_iomap_eof_align_last_fsb( struct xfs_inode *ip, xfs_fileoff_t end_fsb) argument
240 xfs_iomap_write_direct( struct xfs_inode *ip, xfs_fileoff_t offset_fsb, xfs_fileoff_t count_fsb, unsigned int flags, struct xfs_bmbt_irec *imap, u64 *seq) argument
348 xfs_quota_need_throttle( struct xfs_inode *ip, xfs_dqtype_t type, xfs_fsblock_t alloc_blocks) argument
370 xfs_quota_calc_throttle( struct xfs_inode *ip, xfs_dqtype_t type, xfs_fsblock_t *qblocks, int *qshift, int64_t *qfreesp) argument
414 xfs_iomap_prealloc_size( struct xfs_inode *ip, int whichfork, loff_t offset, loff_t count, struct xfs_iext_cursor *icur) argument
553 xfs_iomap_write_unwritten( xfs_inode_t *ip, xfs_off_t offset, xfs_off_t count, bool update_isize) argument
694 imap_needs_cow( struct xfs_inode *ip, unsigned int flags, struct xfs_bmbt_irec *imap, int nimaps) argument
715 xfs_ilock_for_iomap( struct xfs_inode *ip, unsigned flags, unsigned *lockmode) argument
790 struct xfs_inode *ip = XFS_I(inode); local
937 struct xfs_inode *ip = XFS_I(inode); local
964 struct xfs_inode *ip = XFS_I(inode); local
1247 struct xfs_inode *ip = XFS_I(inode); local
1292 struct xfs_inode *ip = XFS_I(inode); local
1380 struct xfs_inode *ip = XFS_I(inode); local
1419 xfs_zero_range( struct xfs_inode *ip, loff_t pos, loff_t len, bool *did_zero) argument
1435 xfs_truncate_page( struct xfs_inode *ip, loff_t pos, bool *did_zero) argument
[all...]
H A Dxfs_iops.c53 struct xfs_inode *ip = XFS_I(inode); local
173 struct xfs_inode *ip = NULL; local
319 struct xfs_inode *ip; local
514 xfs_stat_blksize( struct xfs_inode *ip) argument
558 struct xfs_inode *ip = XFS_I(inode); local
656 xfs_setattr_nonsize( struct mnt_idmap *idmap, struct dentry *dentry, struct xfs_inode *ip, struct iattr *iattr) argument
785 xfs_setattr_size( struct mnt_idmap *idmap, struct dentry *dentry, struct xfs_inode *ip, struct iattr *iattr) argument
987 struct xfs_inode *ip = XFS_I(d_inode(dentry)); local
1005 struct xfs_inode *ip = XFS_I(inode); local
1038 struct xfs_inode *ip = XFS_I(inode); local
1189 xfs_inode_supports_dax( struct xfs_inode *ip) argument
1207 xfs_inode_should_enable_dax( struct xfs_inode *ip) argument
1224 xfs_diflags_to_iflags( struct xfs_inode *ip, bool init) argument
1262 xfs_setup_inode( struct xfs_inode *ip) argument
1318 xfs_setup_iops( struct xfs_inode *ip) argument
[all...]
H A Dxfs_ioctl.c69 struct xfs_inode *ip; local
989 xfs_fill_fsxattr( struct xfs_inode *ip, int whichfork, struct fileattr *fa) argument
1027 xfs_ioc_fsgetxattra( xfs_inode_t *ip, void __user *arg) argument
1045 struct xfs_inode *ip = XFS_I(d_inode(dentry)); local
1058 xfs_flags2diflags( struct xfs_inode *ip, unsigned int xflags) argument
1100 xfs_flags2diflags2( struct xfs_inode *ip, unsigned int xflags) argument
1118 xfs_ioctl_setattr_xflags( struct xfs_trans *tp, struct xfs_inode *ip, struct fileattr *fa) argument
1168 xfs_ioctl_setattr_prepare_dax( struct xfs_inode *ip, struct fileattr *fa) argument
1195 xfs_ioctl_setattr_get_trans( struct xfs_inode *ip, struct xfs_dquot *pdqp) argument
1228 xfs_ioctl_setattr_check_extsize( struct xfs_inode *ip, struct fileattr *fa) argument
1270 xfs_ioctl_setattr_check_cowextsize( struct xfs_inode *ip, struct fileattr *fa) argument
1295 xfs_ioctl_setattr_check_projid( struct xfs_inode *ip, struct fileattr *fa) argument
1315 struct xfs_inode *ip = XFS_I(d_inode(dentry)); local
1514 xfs_ioc_getfsmap( struct xfs_inode *ip, struct fsmap_head __user *arg) argument
1671 xfs_inode_t *ip, *tip; local
1954 struct xfs_inode *ip = XFS_I(inode); local
[all...]
H A Dxfs_inode_item.c76 struct xfs_inode *ip = iip->ili_inode; local
200 struct xfs_inode *ip = iip->ili_inode; local
241 struct xfs_inode *ip = iip->ili_inode; local
287 struct xfs_inode *ip = iip->ili_inode; local
305 struct xfs_inode *ip = iip->ili_inode; local
384 struct xfs_inode *ip = iip->ili_inode; local
453 xfs_inode_to_log_dinode_ts( struct xfs_inode *ip, const struct timespec64 tv) argument
479 xfs_copy_dm_fields_to_log_dinode( struct xfs_inode *ip, struct xfs_log_dinode *to) argument
498 xfs_inode_to_log_dinode_iext_counters( struct xfs_inode *ip, struct xfs_log_dinode *to) argument
513 xfs_inode_to_log_dinode( struct xfs_inode *ip, struct xfs_log_dinode *to, xfs_lsn_t lsn) argument
576 xfs_inode_item_format_core( struct xfs_inode *ip, struct xfs_log_vec *lv, struct xfs_log_iovec **vecp) argument
606 struct xfs_inode *ip = iip->ili_inode; local
651 struct xfs_inode *ip = INODE_ITEM(lip)->ili_inode; local
678 struct xfs_inode *ip = INODE_ITEM(lip)->ili_inode; local
695 struct xfs_inode *ip = iip->ili_inode; variable in typeref:struct:xfs_inode
755 struct xfs_inode *ip = iip->ili_inode; local
795 struct xfs_inode *ip = iip->ili_inode; local
831 xfs_inode_item_init( struct xfs_inode *ip, struct xfs_mount *mp) argument
851 xfs_inode_item_destroy( struct xfs_inode *ip) argument
1029 xfs_iflush_abort( struct xfs_inode *ip) argument
1076 xfs_iflush_shutdown_abort( struct xfs_inode *ip) argument
[all...]
H A Dxfs_inode_item_recover.c81 struct xfs_inode *ip; local
H A Dxfs_inode.h97 static inline bool xfs_inode_on_unlinked_list(const struct xfs_inode *ip) argument
102 static inline bool xfs_inode_has_attr_fork(struct xfs_inode *ip) argument
127 static inline unsigned int xfs_inode_fork_boff(struct xfs_inode *ip) argument
108 xfs_ifork_ptr( struct xfs_inode *ip, int whichfork) argument
132 xfs_inode_data_fork_size(struct xfs_inode *ip) argument
140 xfs_inode_attr_fork_size(struct xfs_inode *ip) argument
148 xfs_inode_fork_size( struct xfs_inode *ip, int whichfork) argument
169 VFS_I(struct xfs_inode *ip) argument
175 VFS_IC(const struct xfs_inode *ip) argument
185 XFS_ISIZE(struct xfs_inode *ip) argument
197 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size) argument
210 __xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) argument
216 xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) argument
224 xfs_iflags_clear(xfs_inode_t *ip, unsigned short flags) argument
232 __xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) argument
238 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) argument
248 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) argument
261 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned short flags) argument
282 xfs_is_reflink_inode(struct xfs_inode *ip) argument
287 xfs_is_metadata_inode(struct xfs_inode *ip) argument
299 xfs_inode_has_cow_data(struct xfs_inode *ip) argument
304 xfs_inode_has_bigtime(struct xfs_inode *ip) argument
309 xfs_inode_has_large_extent_counts(struct xfs_inode *ip) argument
559 xfs_itruncate_extents( struct xfs_trans **tpp, struct xfs_inode *ip, int whichfork, xfs_fsize_t new_size) argument
578 xfs_update_stable_writes(struct xfs_inode *ip) argument
593 xfs_finish_inode_setup(struct xfs_inode *ip) argument
600 xfs_setup_existing_inode(struct xfs_inode *ip) argument
623 xfs_inode_unlinked_incomplete( struct xfs_inode *ip) argument
637 const struct xfs_inode *ip; member in struct:xfs_dir_update_params
[all...]
H A Dxfs_filestream.c173 xfs_filestream_get_parent( struct xfs_inode *ip) argument
381 xfs_filestream_deassociate( struct xfs_inode *ip) argument
H A Dxfs_health.c290 xfs_inode_mark_sick( struct xfs_inode *ip, unsigned int mask) argument
313 xfs_inode_mark_corrupt( struct xfs_inode *ip, unsigned int mask) argument
337 xfs_inode_mark_healthy( struct xfs_inode *ip, unsigned int mask) argument
354 xfs_inode_measure_sickness( struct xfs_inode *ip, unsigned int *sick, unsigned int *checked) argument
478 xfs_bulkstat_health( struct xfs_inode *ip, struct xfs_bulkstat *bs) argument
500 xfs_bmap_mark_sick( struct xfs_inode *ip, int whichfork) argument
555 xfs_dirattr_mark_sick( struct xfs_inode *ip, int whichfork) argument
[all...]
H A Dxfs_file.c83 struct xfs_inode *ip = XFS_I(file->f_mapping->host); local
42 xfs_is_falloc_aligned( struct xfs_inode *ip, loff_t pos, long long int len) argument
90 xfs_fsync_seq( struct xfs_inode *ip, bool datasync) argument
115 xfs_fsync_flush_log( struct xfs_inode *ip, bool datasync, int *log_flushed) argument
144 struct xfs_inode *ip = XFS_I(file->f_mapping->host); local
205 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); local
223 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); local
240 xfs_ilock_for_write_fault( struct xfs_inode *ip) argument
259 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); local
283 struct xfs_inode *ip = XFS_I(iocb->ki_filp->f_mapping->host); local
306 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); local
355 struct xfs_inode *ip = XFS_I(inode); local
389 struct xfs_inode *ip = XFS_I(inode); local
496 struct xfs_inode *ip = XFS_I(inode); local
583 xfs_file_dio_write_aligned( struct xfs_inode *ip, struct kiocb *iocb, struct iov_iter *from) argument
634 xfs_file_dio_write_unaligned( struct xfs_inode *ip, struct kiocb *iocb, struct iov_iter *from) argument
711 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); local
729 struct xfs_inode *ip = XFS_I(inode); local
770 struct xfs_inode *ip = XFS_I(inode); local
834 struct xfs_inode *ip = XFS_I(inode); local
868 struct xfs_inode *ip = XFS_I(inode); local
928 struct xfs_inode *ip = XFS_I(file_inode(filp)); local
953 struct xfs_inode *ip = XFS_I(inode); local
1142 struct xfs_inode *ip = XFS_I(file_inode(file)); local
1243 struct xfs_inode *ip = XFS_I(inode); local
1276 xfs_inode_t *ip = XFS_I(inode); local
1366 struct xfs_inode *ip = XFS_I(inode); local
[all...]
H A Dxfs_error.c486 xfs_inode_verifier_error( struct xfs_inode *ip, int error, const char *name, const void *buf, size_t bufsz, xfs_failaddr_t failaddr) argument
H A Dxfs_bmap_util.c41 xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb) argument
56 xfs_zero_extent( struct xfs_inode *ip, xfs_fsblock_t start_fsb, xfs_off_t count_fsb) argument
104 xfs_bmap_count_blocks( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_extnum_t *nextents, xfs_filblks_t *count) argument
152 xfs_getbmap_report_one( struct xfs_inode *ip, struct getbmapx *bmv, struct kgetbmap *out, int64_t bmv_end, struct xfs_bmbt_irec *got) argument
201 xfs_getbmap_report_hole( struct xfs_inode *ip, struct getbmapx *bmv, struct kgetbmap *out, int64_t bmv_end, xfs_fileoff_t bno, xfs_fileoff_t end) argument
256 xfs_getbmap( struct xfs_inode *ip, struct getbmapx *bmv, struct kgetbmap *out) argument
444 xfs_bmap_punch_delalloc_range( struct xfs_inode *ip, xfs_off_t start_byte, xfs_off_t end_byte) argument
496 xfs_can_free_eofblocks( struct xfs_inode *ip, bool force) argument
575 xfs_free_eofblocks( struct xfs_inode *ip) argument
629 xfs_alloc_file_space( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t len) argument
762 xfs_unmap_extent( struct xfs_inode *ip, xfs_fileoff_t startoffset_fsb, xfs_filblks_t len_fsb, int *done) argument
801 xfs_flush_unmap_range( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t len) argument
823 xfs_free_file_space( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t len) argument
892 xfs_prepare_shift( struct xfs_inode *ip, loff_t offset) argument
956 xfs_collapse_file_space( struct xfs_inode *ip, xfs_off_t offset, xfs_off_t len) argument
1024 xfs_insert_file_space( struct xfs_inode *ip, loff_t offset, loff_t len) argument
1115 xfs_swap_extents_check_format( struct xfs_inode *ip, struct xfs_inode *tip) argument
1197 xfs_swap_extent_flush( struct xfs_inode *ip) argument
1217 xfs_swap_extent_rmap( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tip) argument
1347 xfs_swap_extent_forks( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_inode *tip, int *src_log_flags, int *target_log_flags) argument
1451 xfs_swap_change_owner( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tmpip) argument
1485 xfs_swap_extents( struct xfs_inode *ip, struct xfs_inode *tip, struct xfs_swapext *sxp) argument
[all...]
H A Dxfs_bmap_item.c488 struct xfs_inode *ip = NULL; local
[all...]

Completed in 201 milliseconds

1234567891011>>