Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755315AbbBCKFm (ORCPT ); Tue, 3 Feb 2015 05:05:42 -0500 Received: from mail.parknet.co.jp ([210.171.160.6]:54930 "EHLO mail.parknet.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206AbbBCKFi (ORCPT ); Tue, 3 Feb 2015 05:05:38 -0500 From: OGAWA Hirofumi To: "Michael Kerrisk \(man-pages\)" Cc: Heinrich Schuchardt , "linux-fsdevel\@vger.kernel.org" , lkml , linux-man Subject: Re: [PATCH v3 1/1] ioctl-fat.2: new manpage for the ioctl fat API References: <1422042884-10824-1-git-send-email-xypron.glpk@gmx.de> <87k2zze5tg.fsf@mail.parknet.co.jp> <87fvane3ch.fsf@mail.parknet.co.jp> Date: Tue, 03 Feb 2015 19:05:33 +0900 In-Reply-To: (Michael Kerrisk's message of "Tue, 3 Feb 2015 10:54:53 +0100") Message-ID: <87bnlbe2du.fsf@mail.parknet.co.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 21 "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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/