Searched refs:cur_ino (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c174 u64 cur_ino; member in struct:send_ctx
2247 if (ino != sctx->cur_ino && ow_inode == sctx->cur_ino) {
2863 if (ino != sctx->cur_ino) {
3010 ret = did_create_dir(sctx, sctx->cur_ino);
3017 ret = send_create_inode(sctx, sctx->cur_ino);
3020 cache_dir_created(sctx, sctx->cur_ino);
3221 if (odi && sctx->cur_ino < odi->dir_high_seq_ino)
3265 if (sctx->cur_ino < dir_high_seq_ino) {
3299 if (loc.objectid > sctx->cur_ino) {
[all...]
/linux-master/fs/f2fs/
H A Dcheckpoint.c1116 unsigned long cur_ino = inode->i_ino; local
1130 if (ino == cur_ino)
1133 ino = cur_ino;

Completed in 196 milliseconds