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

/linux-master/fs/btrfs/
H A Dsend.c177 u64 cur_inode_mode; member in struct:send_ctx
422 S_ISREG(sctx->cur_inode_mode));
2872 mode = sctx->cur_inode_mode;
3009 if (S_ISDIR(sctx->cur_inode_mode)) {
3019 if (ret == 0 && S_ISDIR(sctx->cur_inode_mode))
4427 if (S_ISDIR(sctx->cur_inode_mode) && sctx->parent_root) {
4437 if (S_ISDIR(sctx->cur_inode_mode) && sctx->parent_root &&
4462 if (S_ISDIR(sctx->cur_inode_mode)) {
4499 if (S_ISDIR(sctx->cur_inode_mode) && sctx->cur_inode_deleted) {
4526 } else if (S_ISDIR(sctx->cur_inode_mode)
[all...]

Completed in 212 milliseconds