Searched refs:got (Results 1 - 14 of 14) sorted by relevance

/fs/xfs/libxfs/
H A Dxfs_bmap.c1567 xfs_bmbt_irec_t got; /* current extent value */ local
1585 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got,
1743 struct xfs_bmbt_irec *new = &bma->got;
2964 struct xfs_bmbt_irec *new = &bma->got;
3463 if (!isnullstartblock(ap->got.br_startblock)) {
3467 adjust = gotdiff = ap->got.br_startoff - ap->offset;
3472 gotbno = ap->got.br_startblock;
3685 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev,
3920 struct xfs_bmbt_irec *got,
3929 got
3918 xfs_bmapi_trim_map( struct xfs_bmbt_irec *mval, struct xfs_bmbt_irec *got, xfs_fileoff_t *bno, xfs_filblks_t len, xfs_fileoff_t obno, xfs_fileoff_t end, int n, int flags) argument
4029 struct xfs_bmbt_irec got; local
4098 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx), &got); local
4107 xfs_bmapi_reserve_delalloc( struct xfs_inode *ip, xfs_fileoff_t aoff, xfs_filblks_t len, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *prev, xfs_extnum_t *lastx, int eof) argument
4192 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *lastx), got); local
4226 struct xfs_bmbt_irec got; /* current file extent record */ local
4287 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx), &got); local
4727 xfs_bmbt_irec_t got; /* current extent entry */ local
5050 xfs_bmbt_irec_t got; /* current extent record */ local
5185 ifp, lastx), &got); local
5411 xfs_bmse_can_merge( struct xfs_bmbt_irec *left, struct xfs_bmbt_irec *got, xfs_fileoff_t shift) argument
5454 struct xfs_bmbt_irec got; local
5536 struct xfs_bmbt_irec got; local
5630 struct xfs_bmbt_irec got; local
[all...]
H A Dxfs_da_btree.c457 * just got bumped because of the addition of a new root node.
2009 int nmap, error, got, i, mapi; local
2064 * Count the blocks we got, make sure it matches the total.
2066 for (i = 0, got = 0; i < mapi; i++)
2067 got += mapp[i].br_blockcount;
2068 if (got != count || mapp[0].br_startoff != *bno ||
/fs/ceph/
H A Dfile.c384 dout("striped_read %llu~%llu (read %u) got %d%s%s\n", pos, left, read,
807 int want, got = 0; local
818 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, &got, -1);
822 if ((got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0 ||
826 dout("aio_sync_read %p %llx.%llx %llu~%u got cap refs on %s\n",
828 ceph_cap_string(got));
833 dout("aio_read %p %llx.%llx %llu~%u got cap refs on %s\n",
835 ceph_cap_string(got));
840 inode, ceph_vinop(inode), ceph_cap_string(got), (int)ret);
841 ceph_put_cap_refs(ci, got);
885 int err, want, got; local
1192 int want, got = 0; local
[all...]
H A Daddr.c778 dout("pagevec_lookup_tag got %d\n", pvec_pages);
927 dout("writepages got %d pages at %llu~%llu\n",
1208 int want, got, ret; local
1217 got = 0;
1218 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, &got, -1);
1226 dout("filemap_fault %p %llu~%zd got cap refs on %s\n",
1227 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got));
1232 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got), ret);
1233 ceph_put_cap_refs(ci, got);
1251 int want, got, re local
[all...]
H A Dcaps.c184 pr_warn("reserve caps ctx=%p ENOMEM need=%d got=%d\n",
2033 static void __take_cap_refs(struct ceph_inode_info *ci, int got) argument
2035 if (got & CEPH_CAP_PIN)
2037 if (got & CEPH_CAP_FILE_RD)
2039 if (got & CEPH_CAP_FILE_CACHE)
2041 if (got & CEPH_CAP_FILE_WR)
2043 if (got & CEPH_CAP_FILE_BUFFER) {
2060 int *got, loff_t endoff, int *check_max, int *err)
2123 *got = need | (have & want);
2124 __take_cap_refs(ci, *got);
2059 try_get_cap_refs(struct ceph_inode_info *ci, int need, int want, int *got, loff_t endoff, int *check_max, int *err) argument
2171 ceph_get_caps(struct ceph_inode_info *ci, int need, int want, int *got, loff_t endoff) argument
[all...]
H A Dsuper.h833 int *got, loff_t endoff);
/fs/xfs/
H A Dxfs_bmap_util.h39 struct xfs_bmbt_irec got; /* extent after, or delayed */ member in struct:xfs_bmalloca
H A Dxfs_bmap_util.c163 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev,
1097 * the blocks that got dropped during the rounding.
/fs/ocfs2/dlmfs/
H A Ddlmfs.c245 ssize_t readlen, got; local
271 got = user_dlm_read_lvb(inode, lvb_buf, readlen);
272 if (got) {
273 BUG_ON(got != readlen);
/fs/ext2/
H A Dialloc.c504 goto got;
512 got:
/fs/ext3/
H A Dialloc.c418 goto got;
440 got:
636 /* Avoid freeing blocks if we got a bad deleted inode */
/fs/f2fs/
H A Dnode.c406 goto got;
414 goto got;
422 goto got;
432 goto got;
442 goto got;
457 goto got;
461 got:
/fs/quota/
H A Ddquot.c993 * Dquots are removed from inodes and no new references can be got so we are
1387 struct dquot *got[MAXQUOTAS]; local
1397 got[cnt] = NULL;
1417 got[cnt] = dqget(sb, qid);
1434 if (!got[cnt])
1437 inode->i_dquot[cnt] = got[cnt];
1438 got[cnt] = NULL;
1451 dqput_all(got);
2113 * change global state before we got here. We refuse
/fs/ext4/
H A Dialloc.c858 goto got; /* we grabbed the inode! */
869 got:
1151 /* Avoid freeing blocks if we got a bad deleted inode */

Completed in 277 milliseconds