From mboxrd@z Thu Jan 1 00:00:00 1970 From: OGAWA Hirofumi Subject: Re: [PATCH v3 1/1] ioctl-fat.2: new manpage for the ioctl fat API Date: Tue, 03 Feb 2015 19:05:33 +0900 Message-ID: <87bnlbe2du.fsf@mail.parknet.co.jp> References: <1422042884-10824-1-git-send-email-xypron.glpk@gmx.de> <87k2zze5tg.fsf@mail.parknet.co.jp> <87fvane3ch.fsf@mail.parknet.co.jp> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Michael Kerrisk's message of "Tue, 3 Feb 2015 10:54:53 +0100") Sender: linux-kernel-owner@vger.kernel.org To: "Michael Kerrisk (man-pages)" Cc: Heinrich Schuchardt , "linux-fsdevel@vger.kernel.org" , lkml , linux-man List-Id: linux-man@vger.kernel.org "Michael Kerrisk (man-pages)" writes: > Thanks for the clarification. I have one other question. Currently the > man page does not document two fields in the __fat_dirent structure: > d_ino and d_offset. d_ino is presumably the inode number. But, what is > d_offset? d_ino and d_off (I guess, d_off you meant) is used only for long filename part in dirents. And, d_off == seek offset d_ino == inode number same with getdents(), but again it is valid only on long name dirent. -- OGAWA Hirofumi From mboxrd@z Thu Jan 1 00:00:00 1970 From: OGAWA Hirofumi Subject: Re: [PATCH v3 1/1] ioctl-fat.2: new manpage for the ioctl fat API Date: Tue, 03 Feb 2015 19:05:33 +0900 Message-ID: <87bnlbe2du.fsf@mail.parknet.co.jp> References: <1422042884-10824-1-git-send-email-xypron.glpk@gmx.de> <87k2zze5tg.fsf@mail.parknet.co.jp> <87fvane3ch.fsf@mail.parknet.co.jp> Mime-Version: 1.0 Content-Type: text/plain Cc: Heinrich Schuchardt , "linux-fsdevel\@vger.kernel.org" , lkml , linux-man To: "Michael Kerrisk \(man-pages\)" Return-path: In-Reply-To: (Michael Kerrisk's message of "Tue, 3 Feb 2015 10:54:53 +0100") Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org "Michael Kerrisk (man-pages)" writes: > Thanks for the clarification. I have one other question. Currently the > man page does not document two fields in the __fat_dirent structure: > d_ino and d_offset. d_ino is presumably the inode number. But, what is > d_offset? d_ino and d_off (I guess, d_off you meant) is used only for long filename part in dirents. And, d_off == seek offset d_ino == inode number same with getdents(), but again it is valid only on long name dirent. -- OGAWA Hirofumi