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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_inode.c42 if (flags & JFS_DIRSYNC_FL)
53 JFS_DIRSYNC_FL | JFS_SYNC_FL);
61 jfs_ip->mode2 |= JFS_DIRSYNC_FL;
128 jfs_inode->mode2 &= ~JFS_DIRSYNC_FL;
H A Dioctl.c26 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
80 flags &= ~JFS_DIRSYNC_FL;
H A Djfs_dinode.h157 #define JFS_DIRSYNC_FL 0x00100000 /* dirsync behaviour */ macro

Completed in 47 milliseconds