Home
last modified time | relevance | path

Searched refs:ipcount (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dsampleip_user.c76 struct ipcount { struct
82 struct ipcount counts[MAX_IPS];
86 return ((struct ipcount *)p1)->count - ((struct ipcount *)p2)->count; in count_cmp()
109 qsort(counts, max, sizeof(struct ipcount), count_cmp); in print_ip_map()
/kernel/linux/linux-6.6/samples/bpf/
H A Dsampleip_user.c76 struct ipcount { struct
82 struct ipcount counts[MAX_IPS];
86 return ((struct ipcount *)p1)->count - ((struct ipcount *)p2)->count; in count_cmp()
109 qsort(counts, max, sizeof(struct ipcount), count_cmp); in print_ip_map()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_defer.c247 int bpcount = 0, ipcount = 0; in xfs_defer_trans_roll() local
274 if (ipcount >= XFS_DEFER_OPS_NR_INODES) { in xfs_defer_trans_roll()
280 iplist[ipcount++] = ili->ili_inode; in xfs_defer_trans_roll()
301 for (i = 0; i < ipcount; i++) in xfs_defer_trans_roll()
/kernel/linux/linux-5.10/fs/jfs/
H A Dnamei.c1081 int ipcount; in jfs_rename() local
1277 ipcount = 0; in jfs_rename()
1278 iplist[ipcount++] = old_ip; in jfs_rename()
1280 iplist[ipcount++] = new_ip; in jfs_rename()
1281 iplist[ipcount++] = old_dir; in jfs_rename()
1284 iplist[ipcount++] = new_dir; in jfs_rename()
1299 rc = txCommit(tid, ipcount, iplist, commit_flag); in jfs_rename()
/kernel/linux/linux-6.6/fs/jfs/
H A Dnamei.c1082 int ipcount; in jfs_rename() local
1278 ipcount = 0; in jfs_rename()
1279 iplist[ipcount++] = old_ip; in jfs_rename()
1281 iplist[ipcount++] = new_ip; in jfs_rename()
1282 iplist[ipcount++] = old_dir; in jfs_rename()
1285 iplist[ipcount++] = new_dir; in jfs_rename()
1300 rc = txCommit(tid, ipcount, iplist, commit_flag); in jfs_rename()

Completed in 6 milliseconds