Lines Matching defs:ino

32 #define INODE(ino) ino
94 u64 ino = (u64)-1;
110 ino = (u64)-1;
112 ino = MREF(inum);
114 return (ino);
360 ntfs_fuse_readlink(struct lowntfs_context* ctx, u64 ino, void* buffer, size_t* bufferSize)
369 ni = ntfs_inode_open(ctx->vol, INODE(ino));
612 mode_t typemode, dev_t dev, const char *target, ino_t* ino)
770 *ino = ni->mft_no;
772 e->ino = ni->mft_no;
803 of->ino = e->ino;
820 ino_t ino, ino_t newparent,
829 ni = ntfs_inode_open(ctx->vol, INODE(ino));
888 e->ino = ni->mft_no;
923 ino_t ino;
957 ino = (ino_t)MREF(iref);
959 if (ino < FILE_first_user) {
965 ni = ntfs_inode_open(ctx->vol, ino);
1007 && !ntfs_allowed_dir_access(&security, dir_ni, ino, ni,
1028 if ((of->ino == ino) && !(of->state & CLOSE_GHOST)) {
1032 close_state = ntfs_haiku_get_close_state(ctx, ino);
1074 res = ntfs_fuse_newlink(ctx, ino, parent, ghostname,
1081 ntfs_haiku_put_close_state(ctx, ino, ghost);
1094 ni = ntfs_inode_open(ctx->vol, ino);
1126 ntfs_haiku_put_close_state(ctx, ino, -1);
1132 int ntfs_fuse_release(struct lowntfs_context *ctx, ino_t parent, ino_t ino, int state, u64 ghost)
1145 ni = ntfs_inode_open(ctx->vol, INODE(ino));
1214 static int ntfs_fuse_safe_rename(struct lowntfs_context *ctx, ino_t ino,
1231 ret = ntfs_fuse_newlink(ctx, ino, newparent, newname,
1266 static int ntfs_fuse_rename_existing_dest(struct lowntfs_context *ctx, ino_t ino,
1308 ret = ntfs_fuse_safe_rename(ctx, ino,
1319 ret = ntfs_fuse_safe_rename(ctx, ino, parent, name,
1333 ino_t ino;
1343 ino = ntfs_fuse_inode_lookup(ctx, parent, name);
1344 if (ino == (ino_t)-1) {
1371 ret = ntfs_fuse_rename_existing_dest(ctx, ino, parent,
1376 ret = ntfs_fuse_newlink(ctx, ino, newparent, newname,