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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_export.h67 xfs_fileid_length(int hasparent, int is64) argument
69 return hasparent ? (is64 ? 6 : 4) : (is64 ? 3 : 2);
78 xfs_fileid_decode_fid2(__u32 *p, xfs_fid2_t *fid, int is64) argument
84 if (is64)
97 xfs_fileid_encode_inode(__u32 *p, struct inode *inode, int is64) argument
101 if (is64)
H A Dxfs_export.c54 int is64 = 0; local
58 is64 = (fileid_type & XFS_FILEID_TYPE_64FLAG);
71 fh_len < xfs_fileid_length((fileid_type == 2), is64))
74 p = xfs_fileid_decode_fid2(p, &ifid, is64);
77 p = xfs_fileid_decode_fid2(p, &pfid, is64);
97 int is64 = 0; local
103 is64 = XFS_FILEID_TYPE_64FLAG;
117 len = xfs_fileid_length(connectable, is64);
122 p = xfs_fileid_encode_inode(p, inode, is64);
125 p = xfs_fileid_encode_inode(p, dentry->d_parent->d_inode, is64);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c102 static off_t get_off_t(char **ibuf, int is64) argument
112 if (is64) {
124 static int set_off_t(off_t offset, char *rbuf, int is64) argument
130 if (is64) {
146 static int is_neg(int is64, off_t val) argument
148 if (val < 0 || (sizeof(off_t) == 8 && !is64 && (val & 0x80000000U)))
153 static int sum_neg(int is64, off_t offset, off_t reqcount) argument
155 if (is_neg(is64, offset +reqcount) )
528 int is64; local
568 is64
659 byte_lock(AFPObj *obj _U_, char *ibuf, size_t ibuflen _U_, char *rbuf, size_t *rbuflen, int is64) argument
839 read_fork(AFPObj *obj, char *ibuf, size_t ibuflen _U_, char *rbuf, size_t *rbuflen, int is64) argument
1181 write_fork(AFPObj *obj, char *ibuf, size_t ibuflen _U_, char *rbuf, size_t *rbuflen, int is64) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c102 static off_t get_off_t(char **ibuf, int is64) argument
112 if (is64) {
124 static int set_off_t(off_t offset, char *rbuf, int is64) argument
130 if (is64) {
146 static int is_neg(int is64, off_t val) argument
148 if (val < 0 || (sizeof(off_t) == 8 && !is64 && (val & 0x80000000U)))
153 static int sum_neg(int is64, off_t offset, off_t reqcount) argument
155 if (is_neg(is64, offset +reqcount) )
528 int is64; local
568 is64
660 byte_lock(AFPObj *obj _U_, char *ibuf, size_t ibuflen _U_, char *rbuf, size_t *rbuflen, int is64) argument
840 read_fork(AFPObj *obj, char *ibuf, size_t ibuflen _U_, char *rbuf, size_t *rbuflen, int is64) argument
1184 write_fork(AFPObj *obj, char *ibuf, size_t ibuflen _U_, char *rbuf, size_t *rbuflen, int is64) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpm2fb.c246 static u32 to3264(u32 timing, int bpp, int is64) argument
250 timing >>= 2 + is64; local
253 timing >>= 1 + is64; local
256 timing = (timing * 3) >> (2 + is64);
259 if (is64)

Completed in 57 milliseconds